How can i activate switches with rgss - 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: How can i activate switches with rgss (/thread-2206.html) |
How can i activate switches with rgss - computerwizoo7 - 07-04-2009 How can i activate switches with rgss before the game start? i have a script that keeps showing up at the start of the game but even though i turn on the disabled script, you still get a glimpse of the image before it goes away. how can i resolve this? [Resolved] How can i activate switches with rgss - PK8 - 07-04-2009 Code: $game_switches[id] = boolean Also, try this: http://rmvxp.co.cc/thread-722.html [Resolved] How can i activate switches with rgss - computerwizoo7 - 07-04-2009 Hmm... This is the best! i mean the auto game switch. |