Marmic Braid Vine (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
{{Script
|cat=training
|fe=StormFront
|auth=[[User:Aramis604|Marmic]]
}}

<pre>
<pre>
setvariable mech vine
setvariable mech vine
Line 40: Line 46:
exit
exit
</pre>
</pre>
[[Category:Scripts]]

Revision as of 13:08, 24 March 2011

Marmic Braid Vine (script)
Category training
Front-end StormFront
Author Marmic


setvariable mech vine

Mech:
echo *******************************
echo ******* MECHANICAL LORE *******
echo *******************************
echo 
mech_start:
match mech_forage Braid what?
match mech_forage That really isn't
match mech_startagain nothing more than wasted effort.
match mech_startagain Frustration wells up as you try to braid your vines.
match mech_startagain your mistake.
match mech_startagain small mistake
match mech_startagain moderate mistake
match mech_forage You need to have more material
match mech_pause Roundtime:
put braid my %mech
matchwait
mech_pause:
pause 1
pause 1
goto mech_start
mech_startagain:
pause 1
pause 1
put put my %mech in buck
mech_forage:
put for %mech
pause 1
pause 1
match mech_end mind lock
match mech_start EXP HELP for more information
put exp skill mech
matchwait
mech_end:
put my %mech in bin
put rope in bin
exit