GM Takumirai Posted June 25, 2012 Posted June 25, 2012 (edited) Question what is the format on item check in npc character must have 0 items in equip/etc/item character has no equipment equip or totally the character must have no items at all.. Edited June 25, 2012 by GM Takumirai Quote
EvilPuncker Posted June 25, 2012 Posted June 25, 2012 (edited) just check if the character weight is equal zero if(Weight > 0) { mes "doh"; close; } Edited June 25, 2012 by EvilPuncker Quote
GM Takumirai Posted June 25, 2012 Author Posted June 25, 2012 i see so its enough to do the check weight thanks Quote
Yomigaeru Posted June 25, 2012 Posted June 25, 2012 i see so its enough to do the check weight thanks what if you have an item that has 0 weight? Quote
Emistry Posted June 25, 2012 Posted June 25, 2012 try this? getinventorylist; if( @inventorylist_count > 0 ){ mes "please remove all your items."; close; } Quote
Question
GM Takumirai
Question what is the format on item check in npc
character must have 0 items in equip/etc/item
character has no equipment equip
or totally the character must have no items at all..
Edited by GM Takumirai4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.