Initial upload
Initial upload. PRC8 has been added. Module compiles, PRC's default AI & treasure scripts have been integrated. Started work on top hak for SLA / Ability / Scripting modifications.
This commit is contained in:
9
_module/nss/px_telewand_shad.nss
Normal file
9
_module/nss/px_telewand_shad.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
object oMySpeaker = GetLastSpeaker();
|
||||
location lTargetLoc = GetLocation(oMySpeaker);
|
||||
|
||||
ApplyEffectAtLocation(DURATION_TYPE_INSTANT,EffectVisualEffect(VFX_FNF_IMPLOSION),lTargetLoc);
|
||||
CreateObject(OBJECT_TYPE_PLACEABLE,"px_azetoth_gate",lTargetLoc);
|
||||
ApplyEffectToObject(DURATION_TYPE_PERMANENT,EffectVisualEffect(VFX_DUR_PROT_SHADOW_ARMOR),GetObjectByTag("px_azetoth_gate"));
|
||||
}
|
||||
Reference in New Issue
Block a user