if GetScancode() == 4 then
PromptDuration("You did it!",3000)
PlaySound(e,0)
Collected(e)
SetPlayerLives(e,+1)
Destroy(e)
ActivateIfUsed(e)
end
I have made this script. The idea is that if the player press 3(GetScancode() == 4) he will get a extra live.