Hey All,
I have a script which looks like this:
Sub Kt (thename, theoutput, thewildcards)
dim TargetName
TargetName = world.GetVariable ("target")
world.send "kill " + TargetName
end sub
This script works fine, the proble is, after it sends the output, an extra line is sent after it. Is there any way to stop this?
ie The script sends:
"Kill blah"
" "
Thanks
I have a script which looks like this:
Sub Kt (thename, theoutput, thewildcards)
dim TargetName
TargetName = world.GetVariable ("target")
world.send "kill " + TargetName
end sub
This script works fine, the proble is, after it sends the output, an extra line is sent after it. Is there any way to stop this?
ie The script sends:
"Kill blah"
" "
Thanks