generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
9
_module/nss/vaneportalent.nss
Normal file
9
_module/nss/vaneportalent.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main ()
|
||||
{
|
||||
object oPC= GetLastUsedBy();
|
||||
object oTarget=GetWaypointByTag("ManarinaTrialCaveOut");
|
||||
effect eTeleport= EffectVisualEffect(VFX_FNF_SUMMON_MONSTER_3);
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT, eTeleport, GetObjectByTag ("Portal"));
|
||||
AssignCommand(oPC, JumpToObject(oTarget));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user