Zell Posted May 19, 2015 Posted May 19, 2015 (edited) what about another argument for command "set", give a ticket time to this expire from memory/reg_value Ex: set @sample,5,5000; This will set @sample = 5 for 5000 seconds, after 5 seconds, @sample = 0. This is a bad thing to do? Will consume dispensable memory? Edited May 19, 2015 by Zell Quote
nanakiwurtz Posted May 20, 2015 Posted May 20, 2015 Maybe it will be the same like using a timer, I'm not sure Quote
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.