Crossfire Server, Trunk
item Namespace Reference

Variables

 inv = character.CheckInventory(itemname)
 
 itemname = args[0]
 DIALOGCHECK MINARGS 1 MAXARGS 2 More...
 
 q = inv.Quantity
 
 quantity = args[1]
 
bool verdict = False
 

Variable Documentation

◆ inv

item.inv = character.CheckInventory(itemname)

Definition at line 30 of file item.py.

◆ itemname

item.itemname = args[0]

DIALOGCHECK MINARGS 1 MAXARGS 2

  • \d+ ENDDIALOGCHECK

Definition at line 21 of file item.py.

◆ q

◆ quantity

int item.quantity = args[1]

Definition at line 23 of file item.py.

◆ verdict

bool item.verdict = False

Definition at line 28 of file item.py.