PoA_PRC8/module/nss/secret_yes3.nss
Jaysyn904 128e7e59a4 Initial upload
Initial upload
2022-10-07 14:20:31 -04:00

16 lines
250 B
Plaintext

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