7 lines
184 B
Plaintext
7 lines
184 B
Plaintext
|
void main()
|
||
|
{
|
||
|
ActionOpenDoor(OBJECT_SELF);
|
||
|
object oSpawnPoint = GetObjectByTag("WP_ForestCrypt");
|
||
|
AssignCommand(GetPCSpeaker(),JumpToLocation(GetLocation(oSpawnPoint)));
|
||
|
}
|