generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
17
_module/nss/spawn_guardiport.nss
Normal file
17
_module/nss/spawn_guardiport.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
object oTarget;
|
||||
object oSpawn;
|
||||
oTarget = oPC;
|
||||
|
||||
oSpawn = CreateObject(OBJECT_TYPE_PLACEABLE, "guardianaportal", GetLocation(oTarget));
|
||||
|
||||
oTarget = oSpawn;
|
||||
|
||||
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_FNF_SOUND_BURST), GetLocation(oTarget));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user