Crossfire Server, Trunk
|
Go to the source code of this file.
Namespaces | |
say | |
Variables | |
say.activator = Crossfire.WhoIsActivator() | |
say.activatorname = activator.Name | |
say.box = activator.CreateObject(item) | |
int | say.count = 0 |
say.id = activator.Map.CreateObject('writing pen', x, y) | |
say.inv = activator.CheckInventory(sackName) | |
dictionary | say.item = packages[text[0]][2] |
say.log = CFLog.CFLog() | |
say.map = Crossfire.ReadyMap(storage_map) | |
dictionary | say.max = packages[text[0]][1] |
say.Name | |
say.NamePl | |
say.next = inv.Below | |
dictionary | say.packages |
dictionary | say.previous = item.Above |
dictionary | say.price = packages[text[0]][0] |
int | say.priceFactor = 50 |
int | say.priceMailScroll = 2 |
int | say.priceScrollOfLiteracy = 5000 |
int | say.priceWritingPen = 100 |
Constants ####. More... | |
string | say.reply = "To send items, select one of our following containers:\n" |
dictionary | say.sackName = packages[package][3] |
string | say.storage_map = '/planes/IPO_storage' |
int | say.storage_x = 2 |
int | say.storage_y = 2 |
say.Str | |
say.text = Crossfire.WhatIsMessage().split() | |
say.text2 = inv.Name.split() | |
say.Value | |
say.WeightLimit | |
say.whoami = Crossfire.WhoAmI() | |
say.x = activator.X | |
say.y = activator.Y | |