|
Jerran Apprentice
Joined: 10 Oct 2000 Posts: 157 Location: USA
|
Posted: Tue Aug 31, 2010 11:53 pm
Script Problem |
Ok, I'm having trouble getting a script to work. I need to make my trigger send the following line to the mud unparsed:
call delete_effect(1)me
It's treating (1)me as a variable request or something, and even using a quote character isn't helping. I'm using pro v. 2.37 running on Vista, 64-bit. |
|
_________________ -- J -- |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Wed Sep 01, 2010 7:02 am |
I would try something like
Code: |
#SEND {call delete_effect(1)me } |
|
|
_________________ Asati di tempari! |
|
|
|
Jerran Apprentice
Joined: 10 Oct 2000 Posts: 157 Location: USA
|
Posted: Wed Sep 01, 2010 9:50 pm |
That worked. Thanks.
|
|
_________________ -- J -- |
|
|
|
|
|