Will throw this out for Any feedback on how this might be possible. I need a smart script that can reset itself after doing a string of commands. For example
Start:
(Person1) just arrived.
give (Person1) 100 silver
goto Start2
Start2:
(Person2) just arrived.
give (Person2) 100 silver
Any clue on how to set it so You won't have to make a Start loop for every new person you want to do this with? In essense making a script that will reset after...
Start:
(Variable) just arrived.
give (Variable) 100 silver
Goto Start
Is there a way you can set the script to make the variable whoever comes in next?
Script sees:
Syndakit just arrived.
put give Syndakit 100 silver
(Script goes back to Start)
Kelood just arrived.
put give Kelood 100 silver
(Script goes back to Start)
So it keeps looping with whoever comes in next... Any help is appreciated.. If it's not possible, just type that and that works too.
Thanks
Syn
reg