9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetLastUsedBy();
|
||
|
location lTarget = GetLocation(oPC);
|
||
|
object oTarget = GetWaypointByTag("AthenesPrison2");
|
||
|
DelayCommand(1.0, AssignCommand(oPC, JumpToObject(oTarget)));
|
||
|
|
||
|
}
|