Currently Posted September 22, 2015 Posted September 22, 2015 For the Lost Soul NPC at the end of the Endless Tower, it gives an item to the player.. But the time limit is 4 hours so they can go back and forth to the tower and get the item. How can I add a variable to the Lost Soul NPC so they can't repeatedly get the item and it will automatically delete every after 4 hours? Quote
trickerytrickery Posted September 22, 2015 Posted September 22, 2015 Just to get it right. You want to delete the Item after 4 Hours.. ? You want to disable ET for a longer Time? You want to disable "the Item" for an extra Time but people can still get into ET? Quote
Currently Posted September 22, 2015 Author Posted September 22, 2015 No no. Example: Mes "[Lost Soul]" Set ____, 1; Warp alberta,0,0; End; How to make that SET variable automatically expires in 4 hours? Quote
Stolao Posted September 22, 2015 Posted September 22, 2015 Set it as the current date+time then use a check if its > 4 hours when needed Quote
Promise Posted September 22, 2015 Posted September 22, 2015 This variable that u want to expire on 4 hours is an item? in that case you can use rentitem for 4 hours Quote
Currently Posted September 22, 2015 Author Posted September 22, 2015 This variable that u want to expire on 4 hours is an item? in that case you can use rentitem for 4 hours Yeah that's what I thought awhile ago. Thank you guys. Quote
Question
Currently
For the Lost Soul NPC at the end of the Endless Tower, it gives an item to the player..
But the time limit is 4 hours so they can go back and forth to the tower and get the item.
How can I add a variable to the Lost Soul NPC so they can't repeatedly get the item and it will automatically delete every after 4 hours?
5 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.