PoA_PRC8/_module/nss/climb_yes2.nss

9 lines
165 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
void main()
{
object oPC = GetPCSpeaker();
object oDrop = GetWaypointByTag("pitexit3");
//jump the PC to the destination
AssignCommand (oPC,JumpToObject(oDrop));
}