rar format is no good for me
zip it, and I'll check it out
meanwhile, you could write your own script using something like this for an invulnerable dynamic entity
:state=0:music=audiobank\user\happybirthday.ogg
you see,
repeatsound.fpi uses the
loopsound=$0 action in its script
I prefer writing my own scripts using the
music action
like this radio.fpi script I wrote
it lets the user select their background music by holding the enter key down to scroll
when they here the song they want, just release the enter key
check it out
;Artificial Intelligence Script
;Header
desc = Radio
;Triggers
:state=0:state=1
:state=1,plrusingaction=1:timerstart,state=2
:state=2,timergreater=800,plrusingaction=1:music=audiobank\user\happybirthday.ogg,state=3
:state=3,plrusingaction=1:timerstart,state=4
:state=4,timergreater=800,plrusingaction=1:music=audiobank\user\dee.ogg,state=5
:state=5,plrusingaction=1:timerstart,state=6
:state=6,timergreater=800,plrusingaction=1:music=audiobank\user\scarified.ogg,state=7
:state=7,plrusingaction=1:timerstart,state=8
:state=8,timergreater=800,plrusingaction=1:music=audiobank\user\silence.wav,state=1
;End of Script
as you can see, I used a
user subfolder that I created in the audiobank
remember to always keep your music in the audiobank's path, because it won't work somewhere else