7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
void main()
|
|
{
|
|
|
|
object oWP=GetObjectByTag("NH1_Spawn");
|
|
AssignCommand(GetPCSpeaker(),JumpToLocation(GetLocation(oWP)));
|
|
}
|