Advertisement
Guest User

Untitled

a guest
Jul 30th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. minetest.register_abm({
  2. nodenames = {"camo:manual_alarm_active"},
  3. interval = 2,
  4. chance = 1,
  5. action = function(pos, node)
  6. music_handle=minetest.sound_play("manual_alarm",
  7. {pos = pos, gain = 6, max_hear_distance = 50,})
  8. end
  9. end
  10. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement