12-08-2011, 10:44 AM
Paste this code after the scripts :
I'll include it later.
Code:
class Sprite_Battler < RPG::Sprite
def marshal_dump
return []
end
def marshal_load(array)
# nothing
end
end
I'll include it later.
Some scripts :
Working on :