Crossfire Server, Trunk
|
Variables | |
inv = character.CheckInventory(itemname) | |
itemname = args[0] | |
DIALOGCHECK MINARGS 1 MAXARGS 2 More... | |
paid = character.PayAmount(int(quantity)) | |
quantity = int(args[1]) | |
status = CFItemBroker.Item(inv).subtract(int(quantity)) | |
takeitem.inv = character.CheckInventory(itemname) |
Definition at line 31 of file takeitem.py.
takeitem.itemname = args[0] |
takeitem.paid = character.PayAmount(int(quantity)) |
Definition at line 26 of file takeitem.py.
int takeitem.quantity = int(args[1]) |
Definition at line 21 of file takeitem.py.
takeitem.status = CFItemBroker.Item(inv).subtract(int(quantity)) |
Definition at line 38 of file takeitem.py.
Referenced by account_add_player_cmd(), account_login_cmd(), account_new_cmd(), account_password(), convert_item(), converter_type_apply(), create_player_cmd(), do_item_conversion(), do_server(), encode_dict(), encode_list(), find_maps(), handle_client(), new_connection(), and remove_directory().