Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function foodsound()
- Audio.PlaySound("snd_swallow")
- timer = 0
- function SetTimer()
- timer = (timer + 1)
- SetTimer()
- end
- SetTimer()
- if (timer == 20) then
- Audio.PlaySound("healsound", 0.88)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement