Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias scene {
- var %stubpath = e:\chats\scripts\scenes\
- var %stubfile
- if ($1 == lair) var %stubfile stubLair.mrc
- else if ($1 == rain) var %stubfile stubRain.mrc
- else if ($1 == teacher) var %stubfile stubTeacher.mrc
- else { echo error
- return }
- var -l %fname = $(%stubpath) $+ $(%stubfile)
- .load -rs %fname
- pause 2
- .printScene
- .unload -rs %fname
- }
- alias printScene {
- /say a bunch of stuff here outlining the scene
- ; can I place an Unload here
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement