8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
void main()
|
|
{
|
|
object oPlayer = GetLastUsedBy();
|
|
|
|
AssignCommand(oPlayer, ClearAllActions());
|
|
AssignCommand(oPlayer, ActionJumpToObject(GetWaypointByTag("cut02way_enter")));
|
|
}
|