Hey guys, im trying to make my first game using tumbleweed verbs because im making a game based Uninvited from NES. I have a couple of questions because im trying to find on this forum but im kinda lost.
1 - I want to make a text message as a narration in the begining of the scene. So far im trying this, i wanna hide the GUI in the first rooms too but the script doesnt work.How can i make to room change after the messages were displayed.
Code: ags
2 - I wanna set the game principal language as Portuguese, but i couldnt find the right way, even reading the manual. Ive tried this code but even with ; the AGS keeps saying need the ;.
3 - I wanna change some of the verbs, for example, tumbleweed has 9 verbs, but i wanna change to six: Look, Talk, Open, Hit, Pray, Close. I wanna know how can i do it, if there's some tutorial.
Srry for the newbie questions, thanks for the help.
1 - I want to make a text message as a narration in the begining of the scene. So far im trying this, i wanna hide the GUI in the first rooms too but the script doesnt work.How can i make to room change after the messages were displayed.
function room_FirstLoad()
{
DisplayAt("Crescer por aqui foi uma experiência marcante demais. Todas as viagens");
}
2 - I wanna set the game principal language as Portuguese, but i couldnt find the right way, even reading the manual. Ive tried this code but even with ; the AGS keeps saying need the ;.
3 - I wanna change some of the verbs, for example, tumbleweed has 9 verbs, but i wanna change to six: Look, Talk, Open, Hit, Pray, Close. I wanna know how can i do it, if there's some tutorial.
Srry for the newbie questions, thanks for the help.