Switch to edit mode.
Name(s): stage scene1: if (player in this.on_stage)
2: return player:sub_tell("You are already on stage.")
3: elseif (!this:is_obedient_to(player))
4: return player:sub_tell("You are not allowed on stage.")
5: else
6: this:_noisy_task()
7: $msg:mtell("stages")
8: this:add_stage(player)
9: endif
10: "Last modified by Dax (#789) on Sun Jul 14 13:07:43 2002 MDT."