
Originally Posted by
callumbagshaw
There used to be a function on (i think...) elftobt,
it was something like if NotIsLocation() which would compare your character's location with the location of the label
this was incredibly useful for scripts with technical parts like levitate etc, i've had to hack around bugs with levitate becaus esometimes the bot runs through the wpts too quick and misses a levitate etc.
with this function you would put a label at the bottom of the mountain you want to levitate up called 'levitate' and another at the top called 'levitatecheck' then you would run a script at 'levitatecheck' to say:
if NotIsLocation()
gotolabel 'levitate'.
I know Self.Position() can work like this, but it is a loooooooooooooooong way around it