Quote: "sorry for being useless"
You're not useless, I have no problem helping you out, that's why I'm here.
Look at the attached picture to see where the "main" is. In there you will see that the default script is "plrinzone.fpi". So, all that you need to do, is locate that script, which is located:
C:\Users\
UserName\Documents\FPSC X10 Files\scriptbank
and make a copy of it. Open the copy in either "
FPI Editpad" or "Windows Notepad". change the script from:
;Artificial Intelligence Script
;Header
desc = Plr In Zone
;Triggers
:state=0,plrwithinzone=1:activateallinzone=1,sound=$0,state=1
to:
;Artificial Intelligence Script
;Header
desc = Plr In Zone
;Triggers
:state=0:effectambience="whatever you want to set it to be",state=1
Also, X10 won't do this if you have no lights, so make sure that you have at least one light somewhere in your level. I hope that helped.