Master_Track
ROM Reaverz Scripter
- 916
- Posts
- 17
- Years
- Age 32
- Austria
- Seen Apr 6, 2011
um i made a script and it wont work
here it is
#org $begin
lock
faceplayer
message $w
boxset 6
applymovement 0x04 $move
pausemove 0x0
applymovement 0xFF $move2
pause 0x30
applymovement 0x04 $move3
applymovement 0xFF $move3
pausemove 0x0
release
end
#org $w
$w 1 = Come with me\Jon:For what?\p???:no reason\nJon:k
#org $move
#raw 0x62 0x12 0x12 0x11 0x11 0xFE
#org $move2
#raw 0x03 0xFE
#org $move3
#raw 0x11 0x11 0x11 0x13 0xFE
oh and by the way very nice Tutorial the best i have seen out of all i see
I changed it a little, you forgot the boxset 6, so the message can't appear.
And you should set a ceckflag and a setflag so the script can't activate again and again.
I tried to compile my script but when I walked over It didn't work correctly It was suppose to swich to bit dark
here it is
#org $start
setweather 0x11
doweather
release
end
what is wrong with it.
I never used set- and doweather, but maybe the new script wasn't changed in advance map?
You know, variable number etc... it's written in the tutorial at APPLYMOVEMENT. If you don't change it it won't work.
I have but one question. If I wanted to change the color of some text, but just two words in a sentence, how could I use the color code to do this "This is the new Train Depot. It's still in construction so nobody's allowed past this point." I'm using fire red, although I'm not sure if you need to know that.
You have to write it like this:
This is the new \c\h01\h05Train Depot\c\h01\h02. It's still in construction so nobody's allowed past this point.
(not sure if it's the right colour code, but you know the right...I hope^^)
Explanation:
First you write the normal black text, and if you write a colour code, ALL letters after the code will be in that colour. But if you choose another colour code, black, the rest will change to black again ^^
Last edited: