Breaker Posted July 4, 2012 Posted July 4, 2012 hi is there a way to check if someone logs in that he has item xyz so he gets a certain gm level? thanks in advance Quote
Emistry Posted July 4, 2012 Posted July 4, 2012 OnPCLoginEvent: if( countitem(x) >= y ){ blbablablabalbala } end; x = itemID y = amount Quote
Bahmut Posted July 4, 2012 Posted July 4, 2012 - script EventLabels -1,{ OnPCLoginEvent: if (countitem(<itemID>) >= 1) atcommand "@adjgroup <yourNewGroupID>"; } EDIT: To late Quote
Question
Breaker
hi is there a way to check if someone logs in that he has item xyz so he gets a certain gm level?
thanks in advance
3 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.