|
Crossfire Server, Trunk
1.75.0
|
Variables | |
| archetype = spell | |
| quantity = 1 | |
| spellob = Crossfire.CreateObjectByName(archetype) | |
| spells = who.ReadKey("arrow_spell") | |
| victim = Crossfire.WhoIsOther(); | |
| who = Crossfire.WhoAmI() | |
| spell_arrow.archetype = spell |
Definition at line 11 of file spell_arrow.py.
| int spell_arrow.quantity = 1 |
Definition at line 11 of file spell_arrow.py.
| spell_arrow.spellob = Crossfire.CreateObjectByName(archetype) |
Definition at line 15 of file spell_arrow.py.
| spell_arrow.spells = who.ReadKey("arrow_spell") |
Definition at line 6 of file spell_arrow.py.
| spell_arrow.victim = Crossfire.WhoIsOther(); |
Definition at line 4 of file spell_arrow.py.
| spell_arrow.who = Crossfire.WhoAmI() |
Definition at line 3 of file spell_arrow.py.