* tanzer-choice * tanzer-choice wait(5); if( cmp(%astr%,{veteran}), { heal( %name%, 100 ); move(%name%,551); do({:sends off a veteran.}); goto(end); } ); if( cmp(%astr%, {easy}), { heal(%name%,100); do({grunt});; move(%name%,552); goto(end); } ); if ( cmp(%astr%, {duel}), { do({:nods. Looks around for challengers.}); move(%name%,564); goto(end); } ); if ( cmp(%astr%, {deathmatch}), { do({:laughs mercilessly.}); move(%name%, 553); goto(end); } ); do({say Eh? Easy, veteran or deathmatch?! Or a duel?}); do({give scroll %name%}); label(end);