Unknown2006-08-02 00:58:11
Trigger: ^(.*?) is now one of your enemies\\.$
world.SetVariable "Tar" , %1
unfortunatly Tar is always empty as in it never stores the name in Tar can someone help me?
world.SetVariable "Tar" , %1
unfortunatly Tar is always empty as in it never stores the name in Tar can someone help me?
Ethelon2006-08-02 01:36:19
try:
setvariable "Tar", "%1"
and make sure it the SEND is to script and not World as it is in default.
setvariable "Tar", "%1"
and make sure it the SEND is to script and not World as it is in default.
Unknown2006-08-02 02:26:56
That didnt work
But I settled for
world.SetVariabele "Target" , "@%1"
with expanded viables on
But I settled for
world.SetVariabele "Target" , "@%1"
with expanded viables on
Ethelon2006-08-02 04:11:19
well, atleast you got it working... not sure why it worked that way though...
Unknown2006-08-02 13:19:27
while we are on the topic of mushclient and it not doing what I want it to do Is there any way to make the things that I say not go on the screen? I know how to gag the usual stuff but I dont want to see the stuff I type on the mushclient console dohicky
Unknown2006-08-02 13:27:44
Go to Configure...> Commands and uncheck "Echo my Input in:"
Unknown2006-08-02 19:35:26
Thanx! That helps ALOT