equal
deleted
inserted
replaced
157 local x, y = GetGearPosition(player); |
157 local x, y = GetGearPosition(player); |
158 if x < player_start_x - 50 then |
158 if x < player_start_x - 50 then |
159 progress = 2 |
159 progress = 2 |
160 FollowGear(instructor) |
160 FollowGear(instructor) |
161 HogSay(instructor, loc(drill[3]), SAY_SHOUT) |
161 HogSay(instructor, loc(drill[3]), SAY_SHOUT) |
|
162 TurnTimeLeft = 10000 |
162 end |
163 end |
163 TurnTimeLeft = 10000 |
|
164 elseif progress == 2 then |
164 elseif progress == 2 then |
165 local x, y = GetGearPosition(player); |
165 local x, y = GetGearPosition(player); |
166 if x > player_start_x then |
166 if x > player_start_x then |
167 progress = 3 |
167 progress = 3 |
168 FollowGear(instructor) |
168 FollowGear(instructor) |