Is it possible to stop emit_sound from playing?
I have it like this:
Code:
new box = create_entity("info_target")
entity_set_origin( box, porigin )//porigin is the place I want it to playemit_sound(id, CHAN_AUTO, "blaaaaa.wav", 1.0, ATTN_IDLE, 0, PITCH_NORM)