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