I am trying to make a trigger that sets the value of a variable. When I send /world.setvariable "FleeDir", "north" from the command window it works, but when I try to send it from within a trigger it just sends the text to the mud. I was hoping to avoid having to write a script for this, as I have NO scripting or programming experience (I've played with Pascal a little, but thats about it :P) Can anyone tell me how I would go about making this work? What I'm actually trying to do is:
Trigger: You go (north|east|south|west).
Send: /world.setvariable "Fleedir", %1
or however it's supposed to be done...
So can someone help me? :)
- Epirus
Trigger: You go (north|east|south|west).
Send: /world.setvariable "Fleedir", %1
or however it's supposed to be done...
So can someone help me? :)
- Epirus