Marmic Braid Vine (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
(Created page with '<pre> startmech: match forage Braid what? match forage That really isn't match startagain nothing more than wasted effort. match forage You need to have more material match paus...')
 
No edit summary
Line 1: Line 1:
<pre>
<pre>
Mech:

echo *******************************
startmech:
echo ******* MECHANICAL LORE *******
match forage Braid what?
echo *******************************
match forage That really isn't
echo
match startagain nothing more than wasted effort.
mech_start:
match forage You need to have more material
match pause Roundtime:
match mech_forage Braid what?
match mech_forage That really isn't
put braid my vine
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
matchwait
mech_pause:
pause:
pause 1
pause 1
pause 1
pause 1
goto startmech
goto mech_start
mech_startagain:
startagain:
pause 1
pause 1
pause 1
pause 1
put put vine in bin
put put my %mech in buck
mech_forage:
forage:
put for vine
put for %mech
pause 1
pause 1
pause 1
pause 1
match endmech mind lock
match mech_end mind lock
match startmech EXP HELP for more information
match mech_start EXP HELP for more information
put exp skill mech
put exp skill mech
matchwait
matchwait
mech_end:

put my %mech in bin

endmech:
put vine in bin
put rope in bin
put rope in bin
exit
</pre>
</pre>

Revision as of 00:17, 18 February 2010

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