Hi There!
Needing help again.
In my game i want a cutscene showing a dense forrest from above. The idea of the cutscene is to have the maincharacter roaming around in the forrest, not actually being shown but only followable through his speechlines at various places of the screen.
How should i script this?
I've tried a bit with a timer but then i would need multiple timers and then it started to go wrong for me...
Thanks on beforehand!
One simple way is to have a character view with graphics consisting of transparent sprites. Just change the character to that view in that room to hide him and have him walk in the room. Then just use the Say() function and the text should follow the character's movement.
Depending on your room, you could also use a walk behind that covers the screen.
~Trent
Yet another option, under room settings for your forest room change ShowPlayerCharacter to false, then use a combination of the SayAt and Wait functions. This might make it a bit easier to tweak your cutscene timing.