changeset 14919 | 4596357d002d |
parent 14509 | 7bb7e5e54f70 |
child 15023 | 3ed1cbd31754 |
14918:6a928999fefd | 14919:4596357d002d |
---|---|
190 if anim == dialog01 then |
190 if anim == dialog01 then |
191 win() |
191 win() |
192 end |
192 end |
193 end |
193 end |
194 |
194 |
195 function onPrecise() |
195 function onPreciseLocal() |
196 if GameTime > 3000 then |
196 if GameTime > 3000 then |
197 SetAnimSkip(true) |
197 SetAnimSkip(true) |
198 end |
198 end |
199 end |
199 end |
200 |
200 |