changeset 15007 | 3ed1cbd31754 |
parent 14903 | 4596357d002d |
child 15072 | d59da429d22c |
15006:1a05a1929e2c | 15007:3ed1cbd31754 |
---|---|
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 onPreciseLocal() |
195 function onPrecise() |
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 |