PGCC_PRC8/_module/nss/inc_playground.nss

6 lines
141 B
Plaintext
Raw Permalink Normal View History

2024-10-09 14:17:22 -04:00
void PGteleport(object oPC, string sTarget)
{
object oTarget = GetObjectByTag(sTarget);
AssignCommand(oPC, JumpToObject(oTarget));
}