• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Script Requests/Sharing/Discussion

Status
Not open for further replies.
#org 0x800300
applymovement 0x1 0x800400
pause 0x20
message 0x800600
applymovement 0x1 0x800500
pause 0x20
trainerbattle 0x00 0x001 0x800100 0x800200 0x800300
release
end

#org 0x800600
= Gah! How could you? I'll face you again!

#org 0x800100
=Hey! You!

#org 0x800200
=Wha..!

#org 0x800400
#raw 0x62
#raw 0xFE

#org 0x800500
#raw 0x01
#raw 0x01
#raw 0x02
#raw 0x02
#raw 0x02
#raw 0x02
#raw 0x60
#raw 0xFE


Anyone, knows?
Like, it's not even working.
 
Can someone tell me what's wrong with this script:

Spoiler:
 
Can someone tell me what's wrong with this script:

Spoiler:

A word of warning here. Please note that this thread will be closing within the next few days. Please move all new discussions to [url-inline="showthread.php?p=3183366#post3183366"]this thread[/url-inline].
Please to what he says as Cooley said!
 
WARINING! Kinda big script in spoiler!

Spoiler:


So, it's supposed to move you, someone's supposed to speak and then move. Then it asks you questions and, depending on what you say yes to, it sets a flag. If you keep saying no, it'll repeat the questions. Then another event is supposed to move, the one that spoke is supposed to have an exclamation point appear over his head, and then it sets a flag and ends. If you walk over the trigger event again, it says something and moves you upward.

This is part one of a two part script. Problem is, I get an overflow error. I checked it over and I'm not sure what I did wrong. Does anyone else see any problems with it? Can someone help me out?
 
Script for scriptEd help.

I have a script that i thought might work (I'm new to scripting so i thought i would just go all out and try something i haven't yet. Well i tried doing a yes/no script mixed with a givepokemon script (Obviously it failed XP) And i was wondering if anyone here could help me with this script (Plus to end it so you can't get anymore pokemon from the person.Here is my script.


#org 0x800100
lock
faceplayer
message 0x800100
boxset 0x5
givepokemon 4 10 0
compare LASTRESULT 1
if 0 0x800200 goto 0x800700
if 1 0x800300 goto end
release
end
#org 0x800100
= Do you like me?
#org 0x800700
= You do?! great!/ntake this!


EDIT: Ahh crap. Thread is closing.. Sorry.
 
here is my give pokemon script

#org $begin
lock
faceplayer
checkflag 0x232
if B_true goto $gotit
message $q
boxset 6
message $mygod
boxset 6
givepokemon 280 5 0
message $namecharm
boxset 5
setflag 0x232
setflag 0x828
release
end

#org $gotit
message $hi
boxset 6
release
end

#org $hi
$hi 1 = how's that TORCHIC?

#org $q
$q 1 = please help me\ntake this TORCHIC!

#org $mygod
$mygod 1 = You recived the TORCHIC!

message $namecharm
$namecharm 1 = give TORCHIC a nickname
boxset 5
compare LASTRESULT 1
if b_false goto $seeya
Namepokemon
setflag 0x203

message $seeya
$seeya 1 = thanks!
release
end

well the problem is that when it gets to the nickname bit if you select yes it does not go to the nickname screen. also how do you make th sprite vanish

many thanks
 
Status
Not open for further replies.
Back
Top