6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
DelayCommand(2.0, AssignCommand(oPC, JumpToObject(GetWaypointByTag("SHIP_EAST"))));
|
||
|
}
|