Conversation Between SkyX and Satoshi Ookami
Showing Visitor Messages 16 to 30 of 30
-
I've mentioned it before but I'll say it again :)
Use XSE =) Pokescript style scripts are buggy and often just don't work =)
-
February 13th, 2011 12:05 AM
SkyX
i forgot to edit the take this charmander and give nickname to charmander
-
February 13th, 2011 12:04 AM
SkyX
#org $begin
lock
faceplayer
checkflag 0x232
if B_true goto $gotit
message $q
boxset 6
message $mygod
boxset 6
givepokemon 398 8 0
message $NameCharm
boxset 5
setflag 0x232
setflag 0x828
release
end
#org $gotit
message $hi
boxset 6
release
end
#org $hi
$hi 1 = I'll be giving you a BELDUM.
#org $q
$q 1 = To get past here, you'll\nneed a pokemon.\pTake this CHARMANDER.
#org $mygod
$mygod 1 = You received the CHARMANDER!
message $NameCharm
$NameCharm 1 = Would You like to give \nCHARMANDER a name?
boxset 5
compare LASTRESULT 1
if b_False goto $seeya
Namepokemon
setflag 0x203
message $seeya
$seeya 1 = Thanks!
release
end
-
Well... just post script here :D
-
February 12th, 2011 11:45 PM
SkyX
umm, question...wat u mean?
-
I don't know until I see script ;)
-
February 12th, 2011 11:37 PM
SkyX
yep im trying to use that to make the give pokemon script it still wont work why is that? :\
-
Start using XSE ;) It's much better =)
-
February 12th, 2011 11:34 PM
SkyX
i know how to insert wild battle script and dialoue script using poketronic only well i copied and paste spen's sample code for give pokemon script and edited to what level the pokemon is and what pokemon will be gven to me well... that's that
-
Okay... question: Do you know how to implement script into ROM?
-
February 12th, 2011 11:29 PM
SkyX
o....but how? pls put a tutorial in ur nxt message
-
You have to put offfset of new script to script offset bar of person in A-Map ;)
-
February 12th, 2011 11:23 PM
SkyX
my problem is, wen i try to compound the give pokemon script to the sprite that has its own script it won't work how will i do that?
-
Well... what kind of problem do you have? :)
-
February 12th, 2011 1:51 AM
SkyX
Hello, sir well, I want to make a Pokemon hack but I'm having problem with the give pokemon script... can you help me with that?