Crossfire Server, Trunk
|
Functions | |
def | do_give () |
def | do_timer () |
Variables | |
color = Crossfire.MessageFlag.NDI_BROWN | |
command = Crossfire.WhatIsMessage() | |
event = Crossfire.WhatIsEvent() | |
pl = Crossfire.WhoIsActivator() | |
whoami = Crossfire.WhoAmI() | |
whoisother = Crossfire.WhoIsOther() | |
This script is part of the Witherspoon quest, that starts in /scorn/mansion/witherspoon_manor_attic. Check the README file in the same directory as this file for more details. Script for the priest of Devourers in Scorn. Will handle the 'give' event to examine the dagger or money, and various events. This script should be called for the 'TIMER', 'TIME' and 'custom' events.
def devourers.do_give | ( | ) |
Player gives an item to the priest.
Definition at line 23 of file devourers.py.
Referenced by do_timer().
def devourers.do_timer | ( | ) |
Priest finished examining the item.
Definition at line 64 of file devourers.py.
References do_give().
devourers.color = Crossfire.MessageFlag.NDI_BROWN |
Definition at line 21 of file devourers.py.
devourers.command = Crossfire.WhatIsMessage() |
Definition at line 16 of file devourers.py.
Referenced by cf_system_unregister_command(), command_execute(), command_find(), command_unregister(), get_command(), and new_player_cmd().
devourers.event = Crossfire.WhatIsEvent() |
Definition at line 17 of file devourers.py.
devourers.pl = Crossfire.WhoIsActivator() |
Definition at line 18 of file devourers.py.
devourers.whoami = Crossfire.WhoAmI() |
Definition at line 14 of file devourers.py.
devourers.whoisother = Crossfire.WhoIsOther() |
Definition at line 15 of file devourers.py.