Akkarin Posted July 30, 2012 Posted July 30, 2012 Anyone know if it's possible to have an item with type 11, but it'll remove itself on the 10th (or whatever) use? I've put this in here instead of DB support as I'm assuming I'd need to call a function. Quote
Emistry Posted July 30, 2012 Posted July 30, 2012 ........{ if( @used < 10 ) set @used,@used + 1; else delitem <itemID>,1; },{},{} Quote
Question
Akkarin
Anyone know if it's possible to have an item with type 11, but it'll remove itself on the 10th (or whatever) use?
I've put this in here instead of DB support as I'm assuming I'd need to call a function.
2 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.