03-30-2010, 11:25 AM
^^ Thank you :D I got it working now, I changed either this one:
Or this one:
And it's working now ^_^
Quote: include Atoa
#--------------------------------------------------------------------------
alias atoa_initialize_od initialize
def initialize(actor_id)
atoa_initialize_od(actor_id)
set_initial_overdrive
@overdrive_unlock = true
Or this one:
Quote:# ? Atoa Module
#==============================================================================
$atoa_script = {} if $atoa_script.nil?
$atoa_script['Atoa Overdrive'] = true
And it's working now ^_^