Crossfire Server, Trunk
|
Variables | |
id = character.CreateObject('platinum coin') | |
inv = lookin.CheckInventory(itemname) | |
itemname = args[0] | |
lookin = speaker.CheckInventory("NPC_Gift_Box") | |
newob = nextob.Clone(0) | |
nextob = inv.Inventory | |
quantity = int(args[1]) | |
Quantity | |
commongive.id = character.CreateObject('platinum coin') |
Definition at line 14 of file commongive.py.
commongive.inv = lookin.CheckInventory(itemname) |
Definition at line 29 of file commongive.py.
Referenced by add_abilities(), alchemy_failure_effect(), apply_race_and_class(), artifact_describe(), attempt_steal(), cancellation(), cast_curse(), cast_destruction(), check_equipment(), check_slaying_inventory(), check_treasure_arch(), check_treasure_inv(), CREMapInformationManager.checkItem(), command_apply(), command_empty(), command_rename_item(), do_harvest(), doWrite(), empty_container(), ensure_bitmask(), eventListener(), find_arrow(), find_target_for_friendly_spell(), hit_player(), inventory(), knowledge_alchemy_attempt(), learn_skill(), look_at(), mark_inv_not_removed(), monster_check_apply_all(), object_free_inventory(), object_sum_weight(), remove_force(), save_throw_object(), sign_type_move_on(), transport_type_apply(), and ArtifactWriter.write().
commongive.itemname = args[0] |
Definition at line 5 of file commongive.py.
commongive.lookin = speaker.CheckInventory("NPC_Gift_Box") |
Definition at line 27 of file commongive.py.
commongive.newob = nextob.Clone(0) |
Definition at line 47 of file commongive.py.
Referenced by cast_raise_dead_spell(), and object_split().
commongive.nextob = inv.Inventory |
Definition at line 38 of file commongive.py.
int commongive.quantity = int(args[1]) |
Definition at line 7 of file commongive.py.
Referenced by value_limit().
commongive.Quantity |
Definition at line 45 of file commongive.py.