The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: corbin-nunn on September 17, 2011, 05:59:16 PM

Title: Skills Save [Request]
Post by: corbin-nunn on September 17, 2011, 05:59:16 PM
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)
Title: Re: Skills Save [Request]
Post by: ForeverZero on September 17, 2011, 06:14:48 PM
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.