Battledale_PRC8/_module/nss/sc_jumpforcrypt.nss

7 lines
184 B
Plaintext
Raw Permalink Normal View History

void main()
{
ActionOpenDoor(OBJECT_SELF);
object oSpawnPoint = GetObjectByTag("WP_ForestCrypt");
AssignCommand(GetPCSpeaker(),JumpToLocation(GetLocation(oSpawnPoint)));
}