I was making a new tasker script like i got quite a few of them already and now i noticed that this update does not need the delaywalker function.
So i got a bit nervous now since i use that function in all of the tasker scripts of mine since its needed to get passed a teleport.
Therefor i tested it and YIKES it seems it doesn't work anymore.
So i kinda need a solution now on how to pass teleporters now.
i got to pass a teleport this script so it wont get stuck:
Code:
<item text="beforeTeleport:" tag="255"/>
<item text="Stand (32822, 32693, 8)" tag="1"/>
<item text="afterTeleport:" tag="255"/>
lua code:
elseif(labelName == "beforeTeleport")then
wait(2000)
delayWalker(1000)
gotoLabel("afterTeleport")
this part will make sure it will do the stand in the teleport and then pass to afterTeleport.
So the end question is does this still work and did i just had an unlucky jam. or it doesn't and i have to make all the scripts different to the new set up which yet to be discovered by me xD
@DarkstaR
@Syntax