generated from Jaysyn/ModuleTemplate
10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetLastUsedBy();
|
|
object oWaypoint = GetObjectByTag("TempASExitportal");
|
|
location lLocation = GetLocation(oWaypoint);
|
|
DelayCommand(3.0,AssignCommand(oPC,JumpToLocation(lLocation)));
|
|
|
|
ApplyEffectToObject(DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_IMP_UNSUMMON), oPC);
|
|
}
|