Hey there people. I have a script in mind. I know what I want it to do but not how to write it (Still getting to grips with scripting :). Wondered if anyone could point me in the right direction. I have an attack combo that I am working on. The first attack (attack A) bounces me into an adjacent location of my choosing. The second attack (attack B) then returns me to the location from which I executed the original attack.
So what I am looking for is a script that would execute the exits command which would bring up the text:
"You see exits leading a, b, and c."
Maybe use a wildcard on the first exit (say it is east), execute the attack A and specify that direction (east).
Then wait for me to regain my balance at which point this text will appear:
"You have recovered balance on all limbs."
Then execute the attack B which would remember the direction of my opponent (west of me).
The only porblem with this is that the exits text and the balance text are quite common so the triggers for them would have to switch on (probably trigger on the attack A command) and then switch off after the second attack (probably trigger on the attack B command). Any ideas as to how I could do this?
Any advice/suggestions would be highly appreciated.
Thanks for now,
LindZ.
So what I am looking for is a script that would execute the exits command which would bring up the text:
"You see exits leading a, b, and c."
Maybe use a wildcard on the first exit (say it is east), execute the attack A and specify that direction (east).
Then wait for me to regain my balance at which point this text will appear:
"You have recovered balance on all limbs."
Then execute the attack B which would remember the direction of my opponent (west of me).
The only porblem with this is that the exits text and the balance text are quite common so the triggers for them would have to switch on (probably trigger on the attack A command) and then switch off after the second attack (probably trigger on the attack B command). Any ideas as to how I could do this?
Any advice/suggestions would be highly appreciated.
Thanks for now,
LindZ.