|
Jen140 Newbie
Joined: 28 Jun 2009 Posts: 3
|
Posted: Mon Jun 29, 2009 7:12 am
A small script |
Hello again.
I want to make a small auto-attacker and auto-"feeder".
Lets imagine that i have a rat near me that i want to kill,and after it i want to be feed of it.
So what i do is :
Create a button named Test1.
And in the code i've putted the next script:
#send kill rat
#trigger {^R.I.P.} {#send feed corpse}
But it doesnt work. (Btw R.I.P appears after the death of the rat).
Thanks in advance. |
|
|
|
oldguy2 Wizard
Joined: 17 Jun 2006 Posts: 1201
|
Posted: Mon Jun 29, 2009 2:34 pm |
Create the trigger separately.
Just put #send "kill rat" in the button script.
Then create a trigger
with value of
Code: |
#send "feed corpse" |
|
|
|
|
|
|