I found out how it works.
first I needed to put this code in my script:
#==============================================================================
# ** Game_Party
#------------------------------------------------------------------------------
# This scripts adds a method to reset your steps
#==============================================================================
class Game_Party
#--------------------------------------------------------------------------
# * Reset Steps
#--------------------------------------------------------------------------
def reset_steps
@steps = 0
end
end
Then to reset the step amount:
$game_party.reset_steps
Thank you all for the efforts, but it is solved now.
Again, thank you all.
As the topic title says: How do I Change the step amount?
I know how to check the steps, but I want to know how I can change the amount of it.
Is that possible?
Mark
Yes, but there was nothing.
I tried to get the skillbar out of the code, but it didn't work.
I got errors everywhere.
I am using this script. (see attachment).
It's the ABS system of blizzard.Blizz-ABS Script 1.0.9.3.txt
Well, the problem is, that I can't script.
I don't have any idea, how the scripting in RMXP works.
I could take a look, but I know that what I want is inpossible to do, for a complete newbie with scripting.
Hello,
I am looking for a skill bar for RPG Maker XP.
Just like in Mr. Mo's ABS system, there is a skill bar with shortcuts.
Is there a script, to get that kind of skill bar?
And only the skill bar with shortcuts and not with the HP/MP/EXP bars?
Thanks in Advance,
Mark