ObLars Posted February 11, 2012 Share Posted February 11, 2012 Hello! :teehee: I've been looking for some time on how to display a message in the top left corner of the game screen, through a script. Could anyone give me a short tutorial, or even give me the script command needed? I think it's something like Show.MessageID ? Link to comment Share on other sites More sharing options...
MofoMojo Posted February 11, 2012 Share Posted February 11, 2012 Hello! :teehee: I've been looking for some time on how to display a message in the top left corner of the game screen, through a script. Could anyone give me a short tutorial, or even give me the script command needed? I think it's something like Show.MessageID ? You have to have the text defined in the Messages (under Miscellaneous section) and then it's just MessageID.Show(). For instance, here's the cmd from the PlayerVampireQuest script: VampireFeedMessage.Show() In Messaes VampireFeedMessage Text is defined as "Your vampiric powers recede as you feed." -MM Link to comment Share on other sites More sharing options...
ObLars Posted February 11, 2012 Author Share Posted February 11, 2012 Hello! :teehee: I've been looking for some time on how to display a message in the top left corner of the game screen, through a script. Could anyone give me a short tutorial, or even give me the script command needed? I think it's something like Show.MessageID ? You have to have the text defined in the Messages (under Miscellaneous section) and then it's just MessageID.Show(). For instance, here's the cmd from the PlayerVampireQuest script: VampireFeedMessage.Show() In Messaes VampireFeedMessage Text is defined as "Your vampiric powers recede as you feed." -MM I can always count on you, Mojo. <3 Kudos as soon as i can! Link to comment Share on other sites More sharing options...
Recommended Posts