I found a message script and cannot figure out how to use it - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Games Development (https://www.save-point.org/forum-4.html) +--- Forum: Code Support (https://www.save-point.org/forum-20.html) +--- Thread: I found a message script and cannot figure out how to use it (/thread-3473.html) |
I found a message script and cannot figure out how to use it - Rose Guardian - 05-14-2011 I found a message script at a Japanese site that allows name windows and face windows. The problem is I cannot figure out the code I have to put in the text to get a name window and face window. I even tried translating the comments with google translate and none of the comments said how. Script removed to do the terms of the site it was at. RE: I found a message script and cannot figure out how to use it - deValdr - 05-14-2011 There are plenty of english scripts doing this. I would recommend getting one. RE: I found a message script and cannot figure out how to use it - Pherione - 05-14-2011 If you still want an answer to your question on using this script. I haven't found a way to get it directly from display message event, but with a little script event it works just as well. Code: $msg_name = 'Jacob' for setting the name of the following text messages to 'Jacob' Code: $msg_face = 'img name here' the images are taken from the 'pictures' folder, just fill in the name of the picture and it'll take said image. RE: I found a message script and cannot figure out how to use it - Rose Guardian - 05-14-2011 Thank you! |