CLEO Help CLEO wav number help

CLEO related
Status
Not open for further replies.

Holographic

Active member
Joined
Dec 6, 2014
Messages
195
Reaction score
0
This CLEO was scripted by TH3RMAL, but i wanna change the sound to sound_003, bank_080, SCRIPT how do i do that
or even better play an external sound from the CLEO folder


{$CLEO .cs}

0000: NOP

:SOUND
wait 0
if or
031D:  actor $PLAYER_ACTOR hit_by_weapon 49
031D:  actor $PLAYER_ACTOR hit_by_weapon 50
031D:  actor $PLAYER_ACTOR hit_by_weapon 51
031D:  actor $PLAYER_ACTOR hit_by_weapon 52
031D:  actor $PLAYER_ACTOR hit_by_weapon 53
031D:  actor $PLAYER_ACTOR hit_by_weapon 54
031D:  actor $PLAYER_ACTOR hit_by_weapon 56
031D:  actor $PLAYER_ACTOR hit_by_weapon 57
jf @SOUND
054E: clear_actor $PLAYER_ACTOR damage
03CF: load_wav 17802 as 1
03D1: play_wav 1
goto @SOUND
 
Status
Not open for further replies.
Top