ActionCastSpellAtObject?
Zephirius
Member Posts: 419
In this example - oCaster is an invisible object. Tell me why the spell doesn't apply to oPC?
AssignCommand(oCaster, ActionCastSpellAtObject(SPELL_BATTLETIDE, oPC, METAMAGIC_ANY, TRUE, 0, PROJECTILE_PATH_TYPE_DEFAULT, FALSE));
All I see when I play test is the white dot (spell) hurling toward the PC, then nothing. Any idea why the spell effect isn't being applied? Thanks.
AssignCommand(oCaster, ActionCastSpellAtObject(SPELL_BATTLETIDE, oPC, METAMAGIC_ANY, TRUE, 0, PROJECTILE_PATH_TYPE_DEFAULT, FALSE));
All I see when I play test is the white dot (spell) hurling toward the PC, then nothing. Any idea why the spell effect isn't being applied? Thanks.
0
Comments