16 lines
231 B
Plaintext
16 lines
231 B
Plaintext
|
void main()
|
||
|
{
|
||
|
|
||
|
|
||
|
|
||
|
object oObject=GetLastUsedBy();
|
||
|
location locNew=GetLocation(GetWaypointByTag("jw_machine_sp_wp2"));
|
||
|
|
||
|
if (GetIsObjectValid(oObject)&&GetIsPC(oObject))
|
||
|
{
|
||
|
|
||
|
AssignCommand(oObject,JumpToLocation(locNew));
|
||
|
}
|
||
|
|
||
|
}
|