View/Edit #6099:stage scene

Switch to edit mode.

Name(s): stage scene
1:  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."

Verb arguments: none none none
Verb perms: Readable NOT-Debug
Verb owned by: Raptor (#6319)

You are not logged in.

[home | help | who | search | setup | code]