Crossfire Server, Trunk
devourers Namespace Reference

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()
 

Detailed Description

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.

Function Documentation

◆ do_give()

def devourers.do_give ( )
Player gives an item to the priest.

Definition at line 23 of file devourers.py.

Referenced by do_timer().

+ Here is the caller graph for this function:

◆ do_timer()

def devourers.do_timer ( )
Priest finished examining the item.

Definition at line 64 of file devourers.py.

References do_give().

+ Here is the call graph for this function:

Variable Documentation

◆ color

Definition at line 21 of file devourers.py.

◆ command

devourers.command = Crossfire.WhatIsMessage()

◆ event

devourers.event = Crossfire.WhatIsEvent()

Definition at line 17 of file devourers.py.

◆ pl

devourers.pl = Crossfire.WhoIsActivator()

Definition at line 18 of file devourers.py.

◆ whoami

devourers.whoami = Crossfire.WhoAmI()

Definition at line 14 of file devourers.py.

◆ whoisother

devourers.whoisother = Crossfire.WhoIsOther()

Definition at line 15 of file devourers.py.