03-19-2014, 01:39 PM
Hey everyone,
I tried to use this script but run into a few problems...
I don't have that much knowledge of ruby/scripting. But maybe someone here can help me...
First thing is that no animations are shown on maps that use this script.
When a event on the map is used as the target for the animation the game crashes with this error:
Script 'HM7 NEW CLASSES' line 482: NoMethodError occurred.
undefined method `>=' for nil:NilClass
If the hero is used as target nothing happens at all.
The second thing is that i want to change single tiles on the map.
The only option I had in mind for that was using a script like this:
$game_map.data[12,5,1] = 4+384
It works on a normal map. But nothing happens on the 7mode maps.
Does anyone here has an idea or enough knowledge to help me
change the script to get those things working?
I'm thankful for any help I can get and hope my bad English won't offend anyone here. xD
I tried to use this script but run into a few problems...
I don't have that much knowledge of ruby/scripting. But maybe someone here can help me...
First thing is that no animations are shown on maps that use this script.
When a event on the map is used as the target for the animation the game crashes with this error:
Script 'HM7 NEW CLASSES' line 482: NoMethodError occurred.
undefined method `>=' for nil:NilClass
If the hero is used as target nothing happens at all.
The second thing is that i want to change single tiles on the map.
The only option I had in mind for that was using a script like this:
$game_map.data[12,5,1] = 4+384
It works on a normal map. But nothing happens on the 7mode maps.
Does anyone here has an idea or enough knowledge to help me
change the script to get those things working?
I'm thankful for any help I can get and hope my bad English won't offend anyone here. xD