Crossfire Server, Trunk
|
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.
Referenced by apply_builder_window(), and fix_walls().
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.
Referenced by CREMainWindow.onReportSummon(), and spellsTable().
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.