Aantioch_Infernum/_module/nss/tree_port.nss

15 lines
237 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
//Put this OnUsed
void main()
{
object oPC = GetLastUsedBy();
AssignCommand(oPC, ClearAllActions());
object oTarget;
oTarget = GetWaypointByTag("wp_insidetree");
DelayCommand(3.0, AssignCommand(oPC, ActionJumpToObject(oTarget)));
}