Crossfire Server, Trunk
guildbuy Namespace Reference

Functions

def find_player (object)
 

Variables

 guildname = Crossfire.ScriptParameters()
 
 map = activator.Map
 
string message = "You have purchased the %s guild. Rule it wisely. (I would type 'save' right about now...)"%guildname
 
list names = []
 
 ob1 = map.ObjectAt(33,24)
 
 ob2 = map.ObjectAt(33,26)
 
list objects = [ob1, ob2]
 
list players = []
 
def temp = find_player(object)
 
 whoami = Crossfire.WhoAmI()
 

Function Documentation

◆ find_player()

def guildbuy.find_player (   object)

Definition at line 7 of file guildbuy.py.

Variable Documentation

◆ guildname

guildbuy.guildname = Crossfire.ScriptParameters()

Definition at line 5 of file guildbuy.py.

◆ map

guildbuy.map = activator.Map

Definition at line 15 of file guildbuy.py.

◆ message

string guildbuy.message = "You have purchased the %s guild. Rule it wisely. (I would type 'save' right about now...)"%guildname

Definition at line 44 of file guildbuy.py.

◆ names

list guildbuy.names = []

Definition at line 18 of file guildbuy.py.

◆ ob1

guildbuy.ob1 = map.ObjectAt(33,24)

◆ ob2

guildbuy.ob2 = map.ObjectAt(33,26)

◆ objects

list guildbuy.objects = [ob1, ob2]

Pointer to the list of used objects

Definition at line 24 of file guildbuy.py.

◆ players

list guildbuy.players = []

Definition at line 17 of file guildbuy.py.

◆ temp

◆ whoami

guildbuy.whoami = Crossfire.WhoAmI()

Definition at line 4 of file guildbuy.py.