is there a demo with that. that uses this script so I can see how they have set it up? I'have tried for 2 days(I know I am a noob) but I seem to mangage it to call something but then I get a crash it says no methoderror
line 216 undefined 'has_key?'
this is how i set up the random encounter
Terrain_Tag_Groups = {
11 => {4 => [001,002]
}
after what i understand its like this
}
Terrain_Tag_Groups = {
11(this is the map id mhm) => {terrain_tag(the 4 will mean its a auto tile or? or does it not work with autotiles) => [troop id right?]
}
}
line 216 undefined 'has_key?'
this is how i set up the random encounter
Terrain_Tag_Groups = {
11 => {4 => [001,002]
}
after what i understand its like this
}
Terrain_Tag_Groups = {
11(this is the map id mhm) => {terrain_tag(the 4 will mean its a auto tile or? or does it not work with autotiles) => [troop id right?]
}
}