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.

Non SDK Scan script (I don't need Steal with it)

Just like the thread title says...I'm looking for a scan script, basically like Trickster's, but non-SDK, and I don't need a Stealing script.

Oh, and I'm using the RTAB if that helps.
 
If you've tried the RTAB with extras demo, the Stealing/Scan script in the demo had the SDK dependencies removed thanks to some code by Trickster... if I remember correctly. :thumb:

Heh... and since it's in the RTAB demo... :D

Yep... positive the RTAB demo's Steal script is non-SDK.

His SDK removal was dependent on this:
Code:
  #--------------------------------------------------------------------------
  # * Check Commands
  #--------------------------------------------------------------------------
  alias speed_based_turn_update_phase3_basic_command update_phase3_basic_command
  def update_phase3_basic_command
    # Call Original
    speed_based_turn_update_phase3_basic_command
    if Input.trigger?(Input::C)
      # Set Action Made Flag
      @active_battler.current_action.action_made = true
    end
  end
The original CHECK COMMANDS system was SDK. This allowed for non-SDK system after removing the 'if SDK...' lines.
 

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