PoA_PRC8/_module/nss/pipe_yes.nss
Jaysyn904 8d97886c3f Changed folder name.
Changed folder name.
2022-10-07 21:08:37 -04:00

11 lines
201 B
Plaintext

void main()
{
object oPC = GetPCSpeaker();
//get the target waypoint destination
object oDrop = GetWaypointByTag("pipe");
//jump the PC to the destination
AssignCommand (oPC,JumpToObject(oDrop));
}