im not sure if this would work, but you could do something like this..
(
NOTE: Code may not be right... i am a very new person to Small)
Code:
new deaths = cs_get_user_deaths(id)
new deaths2 = deaths--
cs_set_user_deaths(id,deaths2)
the deaths-- will decrease the users deaths by 1
lemmie know if it works