How to add timer on intractable object?

dereklam0528

New member
Hi,

I am very new into this plugin. I am just wondering how to implement "ability" or a way that character will interact with an object, e.g. picking lock for 10 sec.
During this time if player move the character or press cancel, character will stop interacting, but if player waits until the time stop, lock will be picked.

Do I need to create a animation that last 10 sec, or there is a way we can loop the animation? And as soon as the time is reached, it will stop interacting. Ideally, the time can be dynamically change, so I can have different time for picking lock for different door.
 
Top