RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
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 2 Guests 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.