Crossfire Server, Trunk
1.75.0
|
Variables | |
activator = Crossfire.WhoIsActivator() | |
activatorname = activator.Name | |
box = activator.CreateObject(item) | |
int | count = 0 |
id = activator.Map.CreateObject('writing pen', x, y) | |
inv = activator.CheckInventory(sackName) | |
dictionary | item = packages[text[0]][2] |
log = CFLog.CFLog() | |
map = Crossfire.ReadyMap(storage_map) | |
dictionary | max = packages[text[0]][1] |
Name | |
NamePl | |
next = inv.Below | |
dictionary | packages |
dictionary | previous = item.Above |
dictionary | price = packages[text[0]][0] |
int | priceFactor = 50 |
int | priceMailScroll = 2 |
int | priceScrollOfLiteracy = 5000 |
int | priceWritingPen = 100 |
Constants ####. More... | |
string | reply = "To send items, select one of our following containers:\n" |
dictionary | sackName = packages[package][3] |
string | storage_map = '/planes/IPO_storage' |
int | storage_x = 2 |
int | storage_y = 2 |
Str | |
text = Crossfire.WhatIsMessage().split() | |
text2 = inv.Name.split() | |
Value | |
WeightLimit | |
whoami = Crossfire.WhoAmI() | |
x = activator.X | |
y = activator.Y | |
Definition at line 149 of file say.py.
Referenced by apply_builder_remove(), attempt_do_alchemy(), attempt_recipe(), clean_friendly_list(), command_apply(), command_lock_item(), command_stack_list(), decode_array(), determine_holy_arch(), dm_stack_push(), do_harvest(), do_item_conversion(), dragon_ability_gain(), find_transmution_ob(), fire_misc_object(), free_knowledge_items(), god_intervention(), knowledge_do_attempt(), knowledge_do_display(), knowledge_process_incremental(), knowledge_read_player_data(), knowledge_show(), knowledge_write_player_data(), lighter_type_apply(), locate_recipe_artifact(), make_item_from_recipe(), recipe_get_face(), transmute_item_to_flower(), and write_on_item().
say.log = CFLog.CFLog() |
say.map = Crossfire.ReadyMap(storage_map) |
Definition at line 148 of file say.py.
Referenced by build_filename(), powerbroker.buy_price(), clamp(), command_party(), fix_object(), lockable_doors.get_success_chance(), god_intervention(), hiscore_display(), paralyze_living(), path_to_player(), random_roll(), random_roll64(), rndm(), and trapdoor_type_move_on().
dictionary say.packages |
dictionary say.previous = item.Above |
Definition at line 205 of file say.py.
Referenced by add_capacity(), and re_get_token().
Definition at line 147 of file say.py.
Referenced by compute_price_variation_with_bargaining(), sell_item(), and shop_pay_unpaid_callback().
string say.reply = "To send items, select one of our following containers:\n" |
Definition at line 77 of file say.py.
Referenced by addReply(), get_dialog_message(), monster_do_talk_npc(), and parse_dialog_information().