Crossfire Server, Trunk
tomb Namespace Reference

Functions

def can_dig (pl)
 
def find_player ()
 
def main ()
 

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 tomb near the lake west of Scorn.

This script is called when the player steps on the correct spot where the body is buried.

Function Documentation

◆ can_dig()

def tomb.can_dig (   pl)
Returns True if the player can dig, False else. Give the relevant message.

Definition at line 12 of file tomb.py.

Referenced by main().

+ Here is the caller graph for this function:

◆ find_player()

def tomb.find_player ( )
Find the player stepping on the detector

Definition at line 24 of file tomb.py.

Referenced by main().

+ Here is the caller graph for this function:

◆ main()

def tomb.main ( )

Definition at line 33 of file tomb.py.

References can_dig(), and find_player().

+ Here is the call graph for this function: