Tintin rift mapper 1 0

From Mortal Realms Mud
Jump to: navigation, search
#var number 100
#var name dir
#var file rifts_dir.txt
#var back tell $name i dont know where to go :)
#var wholine [95 Nec Dro]-<All> Dir shmir...               http://mr.gloomy.eu %0

#alias {start} {reset;go}
#alias {go} {c rip}
#alias {go_rift} {c rift $number}
#alias {go_back} {set_back_trigger;$back;say back}
#alias {save_and_go} {save;inc_number;go}
#alias {set_back} {#var back %0}
#alias {inc_number} {#math {number} {$number + 1}}
#alias {enter_rift} {set_room_trigger;who $name}
#alias {look_who} {who $name}
#alias {reset} {#var extra NULL;#var area NULL;#var room NULL}
#alias {save} {#sys echo "$number : $room : $area : $extra" >> $file;reset}
#alias {er} {c 'Enhanced revive'}

#alias {set_room_trigger} {#action {^ %0} {#var room %0;del_room_trigger}}
#alias {del_room_trigger} {#unaction {^ %0}}
#alias {set_back_trigger} {#action {You say 'back'} {save_and_go}}
#alias {del_back_trigger} {#unaction {You say 'back'}

#action {$wholine} {#var area %0;go_back}
#action {You failed to open a rift using that wrinkle in this room.} {reset;save_and_go}

#action {You create a room of haven above you!} {up;go_rift} {5}
#action {You create a room of haven below you!} {down;go_rift}} {5}
#action {You create a room of haven to the east!} {east;go_rift} {5}
#action {You create a room of haven to the north!} {north;go_rift} {5}
#action {You create a room of haven to the south!} {south;go_rift} {5}
#action {You create a room of haven to the west!} {west;go_rift} {5}

#action {You cause space and time to warp irreparably to the west!} {set_room_trigger;west;set_back east;look_who}
#action {You cause space and time to warp irreparably to the east!} {set_room_trigger;east;set_back west;look_who}
#action {You cause space and time to warp irreparably to the north!} {set_room_trigger;north;set_back south;look_who}
#action {You cause space and time to warp irreparably to the south!} {set_room_trigger;south;set_back north;look_who}
#action {You cause space and time to warp irreparably below you!} {set_room_trigger;down;set_back up;look_who}
#action {You cause space and time to warp irreparably above you!} {set_room_trigger;up;set_back down;look_who}

#action {You no longer revive easily.} {er}
#action {Huh? 'regenerate' is not a command.} {regenerate}
#action {You don't have enough mana.} {rest;regenerate}
#action {You complete your regeneration.} {stand;er;go}
#action {No way! You are still fighting!} {del_back_trigger;#var extra agro}
#action {You can't fly.} {#var extra fly}
#action {DEAD!!} {#var extra agro;go_back}
#action {You cannot breath!} {#var extra underwater}
#action {You don't belong in there!} {#var extra guild}