Hi guys,
Total AGS noob here. I want to create a game using the 9verb template. I also downloaded the updated Tumbleweed template. I run the example game that comes with it, and the actions work like the code says. Then I edit the code that is sampled (change some wording in the dialogue) and the game runs with my amendmends. Then I create a new room (room3), and I copy / paste the actions codes into my new room's script file. Obviously I edit the code to point to my own hotspots in room 3, but the game does not want to perform any of the actions! I even put the function room_AfterFadeIn() into my room 3 script with a simple "player.Say("This is a test") inside, but after the room fades in, nothing happens. ANY help would be appreciated! Am I missing something? Thanks!