unknownuser Posted October 26, 2013 Posted October 26, 2013 i want to add identifier on our healer npc please help me to script that ? Quote
Patskie Posted October 26, 2013 Posted October 26, 2013 Add this on your script : getinventorylist; for( set .@i,0; .@i < @inventorylist_count; set .@i, .@i + 1 ) { if ( @inventorylist_identify[.@i] == 1 ) continue; delitem2 @inventorylist_id[.@i],1,0,0,0,0,0,0,0; getitem @inventorylist_id[.@i],1; } Quote
Question
unknownuser
i want to add identifier on our healer npc please help me to script that ?
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.