Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
12
_module/nss/en4_t.nss
Normal file
12
_module/nss/en4_t.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
location lLoc;
|
||||
|
||||
lLoc = GetLocation(GetObjectByTag("RP1_FleeTo1"));
|
||||
|
||||
effect eCast = EffectVisualEffect(VFX_FNF_SUMMON_MONSTER_3);
|
||||
ApplyEffectAtLocation(DURATION_TYPE_TEMPORARY, eCast, lLoc);
|
||||
|
||||
CreateObject(OBJECT_TYPE_CREATURE,"en4_passassin",lLoc);
|
||||
SendMessageToPC(GetFirstPC(),"Spawned");
|
||||
}
|
||||
Reference in New Issue
Block a user