Crossfire Server, Trunk
commongive Namespace Reference

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
 

Variable Documentation

◆ id

commongive.id = character.CreateObject('platinum coin')

Definition at line 14 of file commongive.py.

◆ inv

◆ itemname

commongive.itemname = args[0]

Definition at line 5 of file commongive.py.

◆ lookin

commongive.lookin = speaker.CheckInventory("NPC_Gift_Box")

Definition at line 27 of file commongive.py.

◆ newob

commongive.newob = nextob.Clone(0)

Definition at line 47 of file commongive.py.

Referenced by cast_raise_dead_spell(), and object_split().

◆ nextob

commongive.nextob = inv.Inventory

Definition at line 38 of file commongive.py.

◆ quantity

int commongive.quantity = int(args[1])

Definition at line 7 of file commongive.py.

Referenced by value_limit().

◆ Quantity

commongive.Quantity

Definition at line 45 of file commongive.py.