Main Menu
  • Welcome to The RPG Maker Resource Kit.

Skills Save [Request]

Started by corbin-nunn, September 17, 2011, 05:59:16 PM

0 Members and 1 Guest are viewing this topic.

corbin-nunn

a Skill Save script that saves to a variable as a arrey(list)
and one to import scripts from a variable as a arrey(list)

ForeverZero

Not even sure what you mean by this, but you can save anything to a game variable, and it will be saved automatically, they don't need to be numbers.

$game_variables[ID] = 'this is a string!'

You kinda need to explain what you are talking about a little better.