Hi, I'm working on a game for this month's MAGS. I'm trying to make a LucasArts-style status line, but unfortunately I have almost no scripting skills.
I tried updating an obsolete code that I found at http://www.adventuregamestudio.co.uk/yabb/index.php?topic=14369.0 but I couldn't make it work. I figured out how to change the obsolete GetCursorMode to something that worked, but I didn't succeed at replacing the obsolete SetLabelText.
I also tried having a look at SSH's Description Module but that made no sense to me at all (as I said I really don't know much about scripting).
Anyway, I could really use some help here. Also, I forgot to update AGS before starting my new game so I'm still using version 2.72.
edit: Something else I need some help with: I need to make a few characters stand in the background talking while you're playing the game as usual. I know that I should probably write a Dialog and use the repeatedly_execute funtion in the script, but how do I make the dialog run in a loop and how do I avoid making it impossible to do anything while the dialog is on?
I tried updating an obsolete code that I found at http://www.adventuregamestudio.co.uk/yabb/index.php?topic=14369.0 but I couldn't make it work. I figured out how to change the obsolete GetCursorMode to something that worked, but I didn't succeed at replacing the obsolete SetLabelText.
I also tried having a look at SSH's Description Module but that made no sense to me at all (as I said I really don't know much about scripting).
Anyway, I could really use some help here. Also, I forgot to update AGS before starting my new game so I'm still using version 2.72.
edit: Something else I need some help with: I need to make a few characters stand in the background talking while you're playing the game as usual. I know that I should probably write a Dialog and use the repeatedly_execute funtion in the script, but how do I make the dialog run in a loop and how do I avoid making it impossible to do anything while the dialog is on?