9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
object oDrop = GetWaypointByTag("sleepexit");
|
|
|
|
//jump the PC to the destination
|
|
AssignCommand (oPC,JumpToObject(oDrop));
|
|
}
|