I was just wondering if when you download the starter kit, that when pressing on the button to start the game. An actual game comes on.
I do it and a message saying it encountered an error and had to be closed. Tell Microsoft about this problem etc? Is a game ment load or what?
I found a glitch. If you press the ACCEPT button during the black screen with Pokemon Starter Kit and Flameguru it will freeze.
So don't press it? lol
Say how can I update my project with that new release of you poccil? I dont wanna lose all the maps and events I made... O_o
I finally figured out how to make random battles. xD This pack is great.
It should be emphasized that that won't be the case if the game is run normally.When the game is run from RPG Maker XP (which sets the $DEBUG global variable to true), the bag is
intentionally filled with 50 of each item at the beginning of the game.
5.times do
$PokemonBag.pbStoreItem(
PBItems::POKeBALL
)
end
DiveMap - the underwater layer of this map. This setting is required if an area
contains deep patches in the water (tiles with terrain tag 5). The map must
have the same width and height as this map. Coordinates of this map
are associated with the same coordinates of the underwater map.
Multiple maps cannot refer to the same underwater layer.
pbWildBattle(
PBSpecies::MEWTWO,70
)
return (decision!=2)
Conditional Branch: Script: pbWildBattle(PBSpecies::MEWTWO,70)
Text: Mewtwo went away...
Branch End