Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Limit Break Problem

I am using DerVVulfman (or something like that) Limit Break Script. I change the $game_special_elements["overdrive"] to Bloodline and here's the script part:
$game_special_elements["Bloodline"] = $data_system.elements.index ("BloodLine"). So when I go to test the game an error screen appears and says this: Script: Limit Break Line 463: Syntax Error. Here's line 463:
To use this script, you must first create the "BloodLine" element in your RM2K Database [F9]. Go over to the 'Systems' Tab, and add the "BloodLine" element to the Element Names at the left.
If you help that would be appreciated and you will be mentioned in the Special Thanks part of my credits. :thumb: Thanksyou.;)
 
Line 463? The RTAB one is roughly 350 and the DBS one is 458 long. Well... whatever. Let's fix this anyway. :yes:

The KGC OverDrive system does allow for you to rename the 'element' that you would use for tagging, but you have to be specific about it. KGC's original system left very few clues where you to rename the element, but here it is... renamed your BloodLine element:

Code:
  # OverDrive Attribute
  $game_special_elements["overdrive"] = $data_system.elements.index("BloodLine")
This is of course assuming that you have named the element BloodLine. Please note that the script IS case sensitive, and I am assuming that you have named the element BloodLine with the L capitalized as well.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top