PoA_PRC8/_module/nss/sleepenter.nss

9 lines
172 B
Plaintext
Raw Permalink Normal View History

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