Hi, I just start to use creation kit and try to make the terminal play some sound effect when a menu option is selected. I tested this script fragment and it does not work. Is there anything wrong with it? AMBBuoyBellRing is just a random sound effect from original fallout game and I just copy that name from sound descriptor. I am very confused and any help is appreciated.
Sound AMBBuoyBellRing
Actor Player
Player = Game.GetPlayer()
AMBBuoyBellRing.Play(Player)