Help editing a script - 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: Help editing a script (/thread-4940.html) |
Help editing a script - Iqus - 12-25-2013 Hi people! I have a script that allows short messages to appear in the lower-right corner without pausing the game action, making the gameplay smoother. I decided to add an Icon to make it nicer, however, due to my lack of expertise in RGSS, the icon always appears and I want it to appear AND disappear along with the text, I think it's a very easy scripting but I do not know how to do it :v The code: Code: #:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:= and an image: RE: Help editing a script - MechanicalPen - 12-25-2013 try adding a 'refresh' after 'if Graphics.frame_count % (40*WIN_MSG::Clear_Time) == 0 Msg_txt("")' also next time, when posting code, use the Code: [code] RE: Help editing a script - Iqus - 02-16-2014 It didn't work but I replaced the script with a new one, thanks anyway! ^^ RE: Help editing a script - JayRay - 02-17-2014 DerVVulfman and I cooperatively created a GameLog window that worked for pretty much just what you want to do. and I believe with a little tweaking you should be able to get it to recognize icons in the messages too. You should be able to find the Lycan ABS 4.7 here somewhere, and in the addons, JayRay's Lycan GameLog is available. The best thing about that one, is it works without the rest of the scripts as far as I know. |