Battle script trouble - 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: Battle script trouble (/thread-369.html) |
Battle script trouble - Werehog5 - 04-05-2010 Hi, i have downloaded a battle script called RTAB, and i dont know how to set it up, can anyone help me? Battle script trouble - PK8 - 04-05-2010 The tutorials is not a support forum. Moving. Battle script trouble - Werehog5 - 04-05-2010 ok wow, HOWS THIS HELP ME?!?!?! Battle script trouble - KDawg08 - 04-05-2010 It moved it so that you can get the support you are requesting on this particular script. If it's not in the correct section it can get looked over and ignored. This makes it tidy and easier to find. Battle script trouble - Myownfriend - 04-05-2010 You should just have to copy and paste it above main. Battle script trouble - PK8 - 04-05-2010 http://rmvxp.com/thread-416-post-1514.html Battle script trouble - Werehog5 - 04-05-2010 What do you mean by above main? Battle script trouble - fgsfds - 04-05-2010 In the script editor, you see a section of the script. At the very left hand side of the script. After Scene_debug, Main is the last of it, now highlight Main with your cursor and then press Insert to add a new line. This should create a new space for any script your using. Simple, eh? Battle script trouble - Werehog5 - 04-05-2010 ok, i have pasted the script above main, but the battle has int changed! is it the script or do i have to do more? thanks Battle script trouble - Myownfriend - 04-05-2010 It should just work at that point since it overwrites the default battle system. Make sure you put them in the new space that you created and not in Main above where it says "begin". |