Amon_PRC8/_module/nss/gate_athenespri2.nss

9 lines
215 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
object oPC = GetLastUsedBy();
location lTarget = GetLocation(oPC);
object oTarget = GetWaypointByTag("AthenesPrison2");
DelayCommand(1.0, AssignCommand(oPC, JumpToObject(oTarget)));
}