GM Takumirai Posted June 25, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 592 Reputation: 31 Joined: 11/14/11 Last Seen: July 29, 2015 Share 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 Link to comment Share on other sites More sharing options...
EvilPuncker Posted June 25, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share 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 Link to comment Share on other sites More sharing options...
GM Takumirai Posted June 25, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 592 Reputation: 31 Joined: 11/14/11 Last Seen: July 29, 2015 Author Share Posted June 25, 2012 i see so its enough to do the check weight thanks Quote Link to comment Share on other sites More sharing options...
Yomigaeru Posted June 25, 2012 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 89 Reputation: 5 Joined: 12/25/11 Last Seen: January 3, 2019 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted June 25, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Yesterday at 05:32 PM Share Posted June 25, 2012 try this? getinventorylist; if( @inventorylist_count > 0 ){ mes "please remove all your items."; close; } Quote Link to comment Share on other sites More sharing options...
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 TakumiraiLink to comment
Share on other sites
4 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.