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