Swim Anywhere (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
(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...")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
|cat=training, survival
|cat=training, survival
|fe=Genie
|fe=Genie
|auth=[[Nithhogr]]
}}
}}
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.
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.


<pre>
.swim (room 1) (room 2)
.swim (room 1) (room 2)
</pre>



==Script==
==Script==

Latest revision as of 20:50, 16 January 2018

Swim Anywhere (script)
Category training,survival
Front-end Genie
Author Nithhogr

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