Crossfire Server, Trunk
|
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 | |
say.box = activator.CreateObject(item) |
Definition at line 152 of file say.py.
Referenced by CREMessageTypeDelegate.createEditor(), CRECombatSimulator.CRECombatSimulator(), CREHPBarMaker.CREHPBarMaker(), CRESmoothFaceMaker.CRESmoothFaceMaker(), FaceMakerDialog.FaceMakerDialog(), CREMessageTypeDelegate.setEditorData(), CREMessageTypeDelegate.setModelData(), and CREMessageTypeDelegate.updateEditorGeometry().
Definition at line 149 of file say.py.
Referenced by add_to_struct_map_in_quest_list(), ArchetypeWrapper.appearsOnTreasureList(), apply_builder_remove(), CREUtils.archetypeNode(), attempt_do_alchemy(), attempt_recipe(), buildShopReport(), clean_friendly_list(), command_apply(), command_lock_item(), command_stack_list(), createItem(), decode_array(), determine_holy_arch(), dm_stack_push(), do_harvest(), do_item_conversion(), dragon_ability_gain(), ensure_unique(), CREUtils.faceNode(), fill_json(), find_transmution_ob(), fire_misc_object(), free_data(), free_knowledge_items(), get_race(), god_intervention(), knowledge_do_attempt(), knowledge_do_display(), knowledge_process_incremental(), knowledge_read_player_data(), knowledge_show(), knowledge_write_player_data(), lighter_type_apply(), CREMapInformationManager.loadCache(), locate_recipe_artifact(), make_item_from_recipe(), FaceMakerDialog.makeFaces(), CREUtils.objectNode(), CREPlayerRepliesPanel.onAddCondition(), PrePostWidget.onAddCondition(), CRETreasurePanel.onGenerate(), recipe_get_face(), AssetWithArtifacts< archetype >.setSpecificItem(), START_TEST(), AssetTextEdit.textUnderCursor(), 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 AssetWrapperPanel.addSpinBox(), QuestWrapper.addStep(), nlohmann::json_pointer< BasicJsonType >.array_index(), build_filename(), powerbroker.buy_price(), nlohmann::detail::binary_writer< BasicJsonType, CharType >.calc_bson_integer_size(), nlohmann::detail::binary_writer< BasicJsonType, CharType >.calc_bson_unsigned_size(), clamp(), command_party(), fix_exits_for_map(), fix_exits_to_tiled_maps(), fix_object(), fix_tiled_map_monsters(), lockable_doors.get_success_chance(), god_intervention(), nlohmann::detail::dtoa_impl.grisu2_digit_gen(), hiscore_display(), CREMapInformationManager.loadCache(), main(), monsterFight(), nssv_DISABLE_MSVC_WARNINGS(), paralyze_living(), path_to_player(), random_roll(), random_roll64(), rndm(), CREMapInformation.setShopMax(), inja::string_view.slice(), trapdoor_type_move_on(), TreasurePanel.TreasurePanel(), nlohmann::detail::binary_writer< BasicJsonType, CharType >.ubjson_prefix(), nlohmann::detail::binary_writer< BasicJsonType, CharType >.write_bson_integer(), nlohmann::detail::binary_writer< BasicJsonType, CharType >.write_bson_unsigned(), nlohmann::detail::binary_writer< BasicJsonType, CharType >.write_cbor(), nlohmann::detail::binary_writer< BasicJsonType, CharType >.write_compact_float(), nlohmann::detail::binary_writer< BasicJsonType, CharType >.write_msgpack(), and nlohmann::detail::binary_writer< BasicJsonType, CharType >.write_number_with_ubjson_prefix().
dictionary say.packages |
dictionary say.previous = item.Above |
Definition at line 205 of file say.py.
Referenced by add_capacity(), CREExperienceWindow.CREExperienceWindow(), 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().
dictionary say.text2 = inv.Name.split() |