Added PEPS AI
Added PEPS AI. Full compile. Reorganized repository.
This commit is contained in:
20
src/module/nss/aw_reaperportal.nss
Normal file
20
src/module/nss/aw_reaperportal.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetLastUsedBy();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
AssignCommand(oPC, ClearAllActions());
|
||||
|
||||
object oTarget;
|
||||
oTarget = GetWaypointByTag("WP_ANCIENTMT");
|
||||
|
||||
DelayCommand(3.0, AssignCommand(oPC, ActionJumpToObject(oTarget)));
|
||||
|
||||
oTarget = oPC;
|
||||
|
||||
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_IMP_UNSUMMON), GetLocation(oTarget));
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user