Crossfire Server, Trunk
lursendis Namespace Reference

Functions

def check_plate ()
 
def create_book ()
 
def move_gourmet ()
 
def talk_gourmet ()
 

Variables

string banquet_archetype = 'tome'
 
string banquet_path = '/python/items/banquet.py'
 
 color = Crossfire.MessageFlag.NDI_GREEN
 
string event_archetype = 'event_apply'
 
string key_eating_step = 'eating_step'
 
string key_status = 'gourmet_status'
 
int plate_x = 2
 
int plate_y = 6
 
string quest_name = "wolfsburg/Lursendis"
 
string st_eating = 'eating'
 
string st_getting = 'getting'
 
 whoami = Crossfire.WhoAmI()
 

Function Documentation

◆ check_plate()

def lursendis.check_plate ( )

Definition at line 33 of file lursendis.py.

References make_face_from_files.str.

Referenced by move_gourmet().

+ Here is the caller graph for this function:

◆ create_book()

def lursendis.create_book ( )

Definition at line 56 of file lursendis.py.

Referenced by move_gourmet().

+ Here is the caller graph for this function:

◆ move_gourmet()

def lursendis.move_gourmet ( )

Definition at line 64 of file lursendis.py.

References check_plate(), create_book(), CFMove.get_object_to(), make_face_from_files.int, and make_face_from_files.str.

+ Here is the call graph for this function:

◆ talk_gourmet()

def lursendis.talk_gourmet ( )

Definition at line 93 of file lursendis.py.

Variable Documentation

◆ banquet_archetype

string lursendis.banquet_archetype = 'tome'

Definition at line 28 of file lursendis.py.

◆ banquet_path

string lursendis.banquet_path = '/python/items/banquet.py'

Definition at line 27 of file lursendis.py.

◆ color

Definition at line 31 of file lursendis.py.

◆ event_archetype

string lursendis.event_archetype = 'event_apply'

Definition at line 29 of file lursendis.py.

◆ key_eating_step

string lursendis.key_eating_step = 'eating_step'

Definition at line 23 of file lursendis.py.

◆ key_status

string lursendis.key_status = 'gourmet_status'

Definition at line 20 of file lursendis.py.

◆ plate_x

int lursendis.plate_x = 2

Definition at line 24 of file lursendis.py.

◆ plate_y

int lursendis.plate_y = 6

Definition at line 25 of file lursendis.py.

◆ quest_name

string lursendis.quest_name = "wolfsburg/Lursendis"

Definition at line 18 of file lursendis.py.

◆ st_eating

string lursendis.st_eating = 'eating'

Definition at line 22 of file lursendis.py.

◆ st_getting

string lursendis.st_getting = 'getting'

Definition at line 21 of file lursendis.py.

◆ whoami

lursendis.whoami = Crossfire.WhoAmI()

Definition at line 162 of file lursendis.py.