conjure_item 
Vars | |
| delete_old | If TRUE, we delete any previously created items when we cast the spell |
|---|---|
| item_refs | List of weakrefs to items summoned |
| item_type | Typepath of whatever item we summon |
Procs | |
| make_item | Instantiates the item we're conjuring and returns it. Item is made in nullspace and moved out in cast(). |
Var Details
delete_old 
If TRUE, we delete any previously created items when we cast the spell
item_refs 
List of weakrefs to items summoned
item_type 
Typepath of whatever item we summon
Proc Details
make_item
Instantiates the item we're conjuring and returns it. Item is made in nullspace and moved out in cast().