[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Script error in event 23 (coords 14,36), map 14 (Cedolan City)
Exception: SyntaxError
Message: (eval):25: syntax error, unexpected '\n', expecting =>
***Full script:
setBattleRule("editWildPokemon", {
:name => "Ancient Suicune",
:shiny => true,
:item => :ICIUMZ,
:iv => 31,
:hp_level => 3,
:moves => [:WATERPULSE, :SURF, :CALMMIND, :BLIZZARD],
:immunities => [:SLEEP, :FROZEN, :OHKO, :ITEMREMOVAL]
})
setBattleRule("midbattleScript", {
"UserHPHalf" => {
"text_A" => "Suicune is unleashing 100% of it's power!!",
"playCry" => :Self,
"battlerStats" => "[:DEFENSE, 1, :SPECIAL_DEFENSE, 1]",
"text_B" => "Suicune is charging a big attack!",
},
setBattleRule("midbattleScript", {
"TurnStart" => {
"ignoreUntil" => "UserHPHalf",
"playCry" => :Self,
"text_B" => "Suicune is unleashing it's ultimate attack!",
"useMove" => :BLIZZARD,
"useZMove" => true
}
})
WildBattle.start(:SUICUNE, 35)