Jump to content
  • 0
Sign in to follow this  
安赫尔

How to determine whether an item is itembound items?

Question

1 answer to this question

Recommended Posts

  • 0
    mes "You currently have "+countbound()+" bounded items.";	next;	mes "The list of bounded items include:";	for(set .@i,0; .@i<getarraysize(@bound_items); set .@i,.@i+1)		mes getitemname(@bound_items[.@i]);	close;

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.