Crossfire Server, Trunk
castle_read.py File Reference

Go to the source code of this file.

Namespaces

 castle_read
 

Variables

 castle_read.args = params.split()
 
 castle_read.key
 
 castle_read.names = nobledata.get_keys()
 
 castle_read.nobledata = CFDataFile.CFData('scorn_nobility', ['rank', 'title'])
 
 castle_read.params = Crossfire.ScriptParameters()
 
 castle_read.player = Crossfire.WhoIsActivator()
 
int castle_read.playercount = 0
 
string castle_read.prefix = ""
 
string castle_read.rankname = "Prince"
 
 castle_read.record = nobledata.get_record(noble)
 
string castle_read.suffix = ""
 
 castle_read.targetrank = int(args[0])