Crossfire Server, Trunk
|
Go to the source code of this file.
Namespaces | |
guildbuy | |
Functions | |
def | guildbuy.find_player (object) |
Variables | |
guildbuy.guildname = Crossfire.ScriptParameters() | |
guildbuy.map = activator.Map | |
string | guildbuy.message = "You have purchased the %s guild. Rule it wisely. (I would type 'save' right about now...)"%guildname |
list | guildbuy.names = [] |
guildbuy.ob1 = map.ObjectAt(33,24) | |
guildbuy.ob2 = map.ObjectAt(33,26) | |
list | guildbuy.objects = [ob1, ob2] |
list | guildbuy.players = [] |
def | guildbuy.temp = find_player(object) |
guildbuy.whoami = Crossfire.WhoAmI() | |