Hello I hope that if you have found this thread you will help me
I'm working on game using FPS Creator but I have a problem
I want the enemies to talk if they detect the player for example if enemy saw the player he will say enemie spotted or whatever I tried to create a basic script
but it didn't work
The script detects if the player is on the enemy field of vision or not and if he was a wav file will play
OnPlayerSeen:
PlaySound "the audiofile" and then I provide the wave file with its full directory but it didn't work