starting out from a year ago, i learned everything about the Old Scripts. now that it isnt being used anymore, and also the fact that some arnt working such as the wearskin command (have no idea how to revert back to default skin) i started to use the New Scripts, and looking into examples from both In-Game Files and Wiki,
Script 2 is darn confusing. heres a example i tried to do, but will not work at all.
when i tried to use this example script, it wont activate few commands.
such as the following
1: -@Text.show(ABCD)- whould just crash the game while -@Text(ABCD) would not but no Text are shown (even after looking up examples, they just wont execute)
2: -@Player.skin- wont work, using the command to return to default Skin
everthing else works fine just those two arnt. and its quite frustrating.
Edit: the <playername> crashes the game
Script 2 is darn confusing. heres a example i tried to do, but will not work at all.
when i tried to use this example script, it wont activate few commands.
such as the following
1: -@Text.show(ABCD)- whould just crash the game while -@Text(ABCD) would not but no Text are shown (even after looking up examples, they just wont execute)
2: -@Player.skin- wont work, using the command to return to default Skin
everthing else works fine just those two arnt. and its quite frustrating.
version=2
:if:<register.registered(Example)>=true
:then
@battle.trainer(Example)
@Music
top
@Text(ABCD)
@Pokemon.clear
@Screen.fadeout
@Wait.200
@Sound.play(\cries\#)
@Player.skin
@Screen.fadeout
@Player.warp(Example.dat,#,#,#,#)
@Screen.fadein
@Music.play(Example)
:endif
:end
:if:<register.registered(Example)>=true
:then
@battle.trainer(Example)
@Music
@Text(ABCD)
@Pokemon.clear
@Screen.fadeout
@Wait.200
@Sound.play(\cries\#)
@Player.skin
@Screen.fadeout
@Player.warp(Example.dat,#,#,#,#)
@Screen.fadein
@Music.play(Example)
:endif
:end
Edit: the <playername> crashes the game