Swim Anywhere (script)

From Elanthipedia
Revision as of 08:33, 9 December 2017 by KHELEK00 (talk | contribs) (Created page with "{{Script |cat=training, survival |fe=Genie }} Using the Genie automapper, takes you from room 1 to room 2 repeatedly. Use the room numbers you want to go between as the first...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Swim Anywhere (script)
Category training,survival
Front-end Genie
Author Unknown

Using the Genie automapper, takes you from room 1 to room 2 repeatedly. Use the room numbers you want to go between as the first and second argument.

.swim (room 1) (room 2)


Script

start:
put #goto %1
waiteval !matchre("$scriptlist","automapper\.cmd")
put #goto %2
waiteval !matchre("$scriptlist","automapper\.cmd")
goto start