Hi guys, me again. I created the quest for the key script but i couldn't make work. BUT!, i could create an script directly to the Key and this work. I left the script if someone needs.
Scriptname aaakeyscript extends ObjectReference
Key Property aaaTestKey Auto
Import Utility
Event OnContainerChanged(ObjectReference akNewContainer, ObjectReference akOldContainer)
Utility.WaitGameTime(10) ;-> this value will wait 10 game hours
if akNewContainer == Game.GetPlayer()
Game.GetPlayer().RemoveItem(aaaTestKey, 1)
EndIf
EndEvent