08-03-2011, 08:41 PM
Updated to version 2.10!
Quote:
- New 'sys_var_id' setting added. Check settings for more info. (This system now makes use of a Game Variable to house all of the settings which allows creators to modify certain settings with script calls during the game.)
- Modified a lot of code and replaced all instances of PK8_CL['setting_here'] with $game_variables[PK8_CL['sys_var_id']]['setting_here'].
- Added a decent number of script calls creators can use.
Quote:I had always thought about wanting to let creators modify certain settings during the game but couldn't figure out how to pull that off. Version 2.10 was the result of a brainstorm I had when I woke up one morning. I thought if I could make a particular game variable be set to this constant (PK8_CL) which contained all of these settings in a hash, then perhaps it would be possible to change the settings during the game. And it worked.Edit: If you have any ideas for script calls you'd like to see implemented in the next possible version, post some.