Can I get, for example, 2 scripts working simultaneously. That means, I've got a target+kill script...but I can't get my self using soulshots. I've done some attemptions though, but I ended up spamming ss. The script is used on 231b where item use has got some delay(5 secs I think). Is there any way?
Btw here's my script:
TARGET_NEAREST_NAME "SomeName"
SLEEP 10000
TARGET_NEAREST_NAME "SomeName"
TARGET_NEAREST_NAME "SomeName"
TARGET_NEAREST_NAME "SomeName"
SLEEP 10000
TARGET_NEAREST_NAME "AnotherName"
SLEEP 10000
TARGET_NEAREST_NAME "AnotherName"
TARGET_NEAREST_NAME "AnotherName"
TARGET_NEAREST_NAME "AnotherName"
TARGET_NEAREST_NAME "AnotherName"
SLEEP 10000
JUMP_TO_LINE 0
I also have another script which teleports and moves(+going back to town when dies), it works like a charm.
But I can't get the 1st script working with the any ss script. btw the id of the item which I want to be used is "1465".
Any help welcome!