• 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!
  • 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.

[Archive] Script help thread

Status
Not open for further replies.
#org $begin
applymovement 0xFF
pausemove 0
applymovement times X 0xppl#
messages
and so on.
 
Ive tried both the scripts that were given to me, both resulted in the same bright red frozen screen, also i have to use pokescript and encode as theres not a complile option, when i do this it says it has processed 0 lines and there is 3 invalid commands, has this got anything to do with the red screen
help would be appreciated
 
Megiddo, that doesn't really help. I want this to happen. (I've read tutorials and they don't help me) (I'm using XSE)

1: Brock, May, and a Youngster come out.
2: You walk for 1 step together, then this message comes up:
ASH: Tell me again Brock, are you really sure this is the right way to go?
BROCK: I used to think so, but now I'm not so sure.

MAY: We haven't seen a town or anything!
MAX: And the PokeNav's not picking up a signal at all!
PIKACHU: Pika!
3rd: Walk 2 more steps and this message:

MAX: Man, I'm so thirsty! Can I have some water, OK?
MAY: Just don't drink it all!
MAX: I won't. Thanks.
MAY: Max! I told you not to drink it all, didn't I?
MAX: It wasn't exactly full, ya know?

MAY: But know I know that there's none left I'm thirstier then ever!
Walk 3 steps and message:
ASH: Water…
ALL: Ah!
and the script ends.

by the way, I'm working on the same hack RTW is. we're bros.
 
Last edited:
this isnt a script request thread its a script help thread.

i know its hard to learn scripting but if your doing you own hack then it is much easyer to be able to script yourself.

link

1st: I am doing my own hack. Pokemon revelation. You should keep your eyes open.
2nd: I've read every scripting tutorail there is.
 
1st: I am doing my own hack. Pokemon revelation. You should keep your eyes open.
2nd: I've read every scripting tutorail there is.

1st: I know your doing your own hack which is why i think in the long run its much easyer for you if you learnt how to script.
2nd: i don't know. I found it quite easy to learn. It is tough but there are tons of tutorials for scripting. scripting is much easyer with xse than it was before with pokescript.

link
 
Wow, it's been a really long time since I last needed help ô.O
It's something little but important, I don't use Cry very often, but I need it for an event.
It's working, but I think it's much too short.
it's
cry 0xA1 249
nop
nop

what I used, and afterwards an applymovement. Anyone got an idea why lugias cry is too short and (I think) "incomplete"?
 
1st: I know your doing your own hack which is why i think in the long run its much easyer for you if you learnt how to script.
2nd: i don't know. I found it quite easy to learn. It is tough but there are tons of tutorials for scripting. scripting is much easyer with xse than it was before with pokescript.

link


which tutorial did you read? and not pokescript, XSE
 
which tutorial did you read? and not pokescript, XSE

i started with ScriptED looking at scripts in ruby and I learned like that. Then when pokescript came i used foullumps tutorial named: Hack Tutorials: Scripting. Then I learnt the rest by myself.

As for XSE I used Darthrons tutorial to start. I think XSE is very similar to pokescript so i found it much easyer to learn XSE.

For sombody begining on XSE i would use all the tutorials. Also when your leraning try out small things to get used to it then go onto bigger things. Check out the command help in XSE for help on all the commands.

hope that helps and good luck learning to script.

link
 
Wow, it's been a really long time since I last needed help ô.O
It's something little but important, I don't use Cry very often, but I need it for an event.
It's working, but I think it's much too short.
it's
cry 0xA1 249
nop
nop

what I used, and afterwards an applymovement. Anyone got an idea why lugias cry is too short and (I think) "incomplete"?
Use 0xc5 after cry. C5 is waitcry.
 
ok i know i keep asking this question but i didnt understand cooly tutorial how do i make a level script that warps and doesnt end after the warp event happens on xse thanks in advanced
 
Yo. I made a script, but whenever I insert it, whenever I load the game, it just displays a white screen. Can anyone help? I'm using XSE, by the way.

#dynamic 0xA00000

#org @machagogo
lock
message @hiya
callstd 6
applymovement 0x01 @obabam1
waitmovement 0
message @t1
callstd 6
applymovement 0x01 @obabam2
waitmovement 0
message @t2
callstd 6
applymovement 0x01 @obabam3
waitmovement 0
message @t3
callstd 6
applymovement 0xFF @m1
waitmovement 0
message @t4
callstd 6
applymovement 0x01 @m2
applymovement 0xFF @m2
waitmovement 0
applymovement 0x01 @obabam4
waitmovement 0
message @t5
callstd 6
applymovement 0x01 @obabam5
message @t6
callstd 6
applymovement 0x01 @move3
applymovement 0xFF @move3b
waitmovement 0
applymovement 0x01 @obabam6
waitmovement 0
message @t7
callstd 6
checkgender
compare LASTRESULT 0x1
if b_true goto @sgirl
message @t8boy
callstd 6
goto @finale
release
end

#org @sgirl
lock
message @t8girl
callstd 6
goto @finale
release
end

#org @finale
lock
message @t9
callstd 6
applymovement 0xFF @m4
release
end
 
I'm starting to get annoyed, both the scripts i were gtiven have failed, jus a red flashing screen.
so i tried a different tutorial, still nothing, instead the text box is in the top crner and its tiny and the it cancerls in two clicks and freezes again also when i try to compile a script, pokescript gives me this message, file not found or user cancel, then it says it has porocessed 16 buffers and 0 lines. desperate help needed, this is just the first script ive done, and ive followed both tutorials exactly, but it just wont work
please help,
for reference my script
#ORG $ShowText
Lock
Faceplayer
message $urturn
$urturn 1 = It's your turn to be leader today!\ltheres a challeneger at the door
boxset 6
release
end
 
Last edited:
I'm starting to get annoyed, both the scripts i were gtiven have failed, jus a red flashing screen.
so i tried a different tutorial, still nothing, instead the text box is in the top crner and its tiny and the it cancerls in two clicks and freezes again also when i try to compile a script, pokescript gives me this message, file not found or user cancel, then it says it has porocessed 16 buffers and 0 lines. desperate help needed, this is just the first script ive done, and ive followed both tutorials exactly, but it just wont work
please help,
for reference my script
#ORG $ShowText
Lock
Faceplayer
message $urturn
$urturn 1 = It's your turn to be leader today!\ltheres a challeneger at the door
boxset 6
release
end

Umm

#org $Showtext
lock
faceplayer
message $uturn
boxset 6
release
end

#org $uturn
$urturn 1 = It's your turn to be leader today!\ltheres a challeneger at the door


I think you should use XSE.
 
Last edited:
How can I edit this script so that It shows text when recieving the pokemon?
Spoiler:
 
hard stuff,

im not sure if you i could do all of this. it seems sooo hard, maybe if someone could be my hacking buddy?
 
Status
Not open for further replies.
Back
Top