Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
11
trunk/spells/sp_symbolc.nss
Normal file
11
trunk/spells/sp_symbolc.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
object oSymbol = OBJECT_SELF;
|
||||
object oCaster = GetLocalObject(oSymbol, "X2_PLC_GLYPH_CASTER");
|
||||
|
||||
if(!GetIsObjectValid(oCaster) || GetIsDead(oCaster))
|
||||
{
|
||||
DestroyObject(GetLocalObject(oSymbol, "X2_PLC_GLYPH_AOE"));
|
||||
DestroyObject(oSymbol);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user