I talked to the move deleter and at the end of his dialogue the game crashed.
EDIT: Game version is 0.35.2
EDIT: Game version is 0.35.2
Attachments
-
2.9 KB Views: 399
Last edited:
✨ ARCHIVE MODE ✨
The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
We recommend you join our Discord server to get real-time response: Discord Invite Link
SWISHnone of those are in the game (yet)
False. I recently went to the Move Deleter to allow my Feraligatr to forget Strength so he could learn Cut. I had absolutely no problems with him.i assume that the move deleter isn't programmed into the game yet.
May not be titled that, after all nilllzz just named Ice Cave files just floor numbers (proof of this in the Habitat Mode on your Pokédex). The file could still be there.yeah. check your pokemon 3d folder and try to scoll around for anything that says "move deleter"
version=2
@text.show(Um... Oh, yes, I'm~the MOVE DELETER.*I can make [POKE]MON~forget moves.*Shall I make a~[POKE]MON forget?)
@options.show(Yes,No)
:when:Yes
@Text.Show(Which [POKE]MON should~forget a move?)
@pokemon.select(1)
:if:<pokemon.selected>>-1
:then
:if:<pokemon.countattacks(<pokemon.selected>)>=1
:then
@Text.Show(<pokemon.name(<pokemon.selected>)> cannot~forget the last move.)
:end
:endif
@pokemon.selectmove(<pokemon.selected>,1,1)
:if:<pokemon.selectedmove>>-1
:then
@Text.show(Shall <pokemon.name(<pokemon.selected>)>~forget the move <pokemon.attackname(<pokemon.selected>,<pokemon.selectedmove>)>?)
@options.show(Yes,No)
:when:Yes
@text.show(OK, <pokemon.name(<pokemon.selected>)>~forgot the move~<pokemon.attackname(<pokemon.selected>,<pokemon.selectedmove>)>!)
@pokemon.removeattack(<pokemon.selected>,<pokemon.selectedmove>)
:when:No
@text.show(No? Come visit me~again.)
:endwhen
:else
@text.show(No? Come visit me~again.)
:endif
:else
@text.show(No? Come visit me~again.)
:endif
:when:No
@text.show(No? Come visit me~again.)
:endwhen
:end
no no no... your pokemon move no es here...Looks fine to me beside that it has the no thing 3 times. .-.
I am not really good at these scripts, I can ask someone but Darkfire has seen this thread just dunno why he didn't say anything.no no no... your pokemon move no es here...Looks fine to me beside that it has the no thing 3 times. .-.