|
| 01 Feb 2014 06:46 PM |
| Hey, I'm trying to make a kind of fail-safe for my game. What i need is a script that will trigger if a function hasnt been called in like 300 seconds or something. Is this possible? Im not asking for a script, just a starting point or maybe some directions. If you give me the tools i believe i can put it together. |
|
|
| Report Abuse |
|
|
|
| 01 Feb 2014 06:51 PM |
| Possible just make a script where a NumberValue starts at 300 seconds count it down and if the function has been called just disable that if it hasn't just wait it out |
|
|
| Report Abuse |
|
|
|
| 01 Feb 2014 06:55 PM |
Alright i think. so in otherwords, make a value of 300. Have a script counting down, but in the function just havea line to make it reset the value to 300 everytime.
Makes sense. I think that would work. |
|
|
| Report Abuse |
|
|