8 lines
186 B
Plaintext
Raw Normal View History

void main()
{
object oPlayer = GetLastUsedBy();
AssignCommand(oPlayer, ClearAllActions());
AssignCommand(oPlayer, ActionJumpToObject(GetWaypointByTag("cut02way_enter")));
}