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