Actually my timers are beginning to work, since it only has two commands.
timeron and timergreater=1000 (or your choice of number
Like this,
:state=0,plrdistwithin=300:timeron, state=1
translates to "If state = 0 and the player is within 300 goodies of your entity" where state 0 is kind of like saying line 0
then start the timer and transfer control to line 1. After the second colon in a line is what that line does.
:state=1,timergreater=1000:sound=audiobank\user\laugh.wav
...translates to when the time has waite a 1000, play a laugh wav. If you put on in that user folder. It only takes a couple days of reading scripts and tutorials on them to begin to understand it. Its not a difficuly language at all.
Student Programmer