It'd help if you told us what the issue was - is it the reset timer?
If you need to reset the timer for each individual instance of the object, you can use the Timer behaviour for something like:
>ON (ComboAchieved) START TIMER 2, Once, "ResetCombo"
ON Timer "ResetCombo" SET VALUE object.combo=0[/code:2f6r7aji]