Crossfire Server, Trunk
|
Go to the source code of this file.
Namespaces | |
takeitem | |
Variables | |
takeitem.inv = character.CheckInventory(itemname) | |
takeitem.itemname = args[0] | |
DIALOGCHECK MINARGS 1 MAXARGS 2 More... | |
takeitem.paid = character.PayAmount(int(quantity)) | |
takeitem.quantity = int(args[1]) | |
takeitem.status = CFItemBroker.Item(inv).subtract(int(quantity)) | |