Matteron (96)
Can't Read Lookin Ass
- 270
- Posts
- 16
- Years
- Seen Apr 21, 2025
This is a really short tut.
okay i must be doing something wrong here.
so i'll edit one script like say a signpost and compile it. than i'll go and edit a different signpost and compile it. BUT, if i go back to recheck on the first script i edit, it changes by itself. it becomes a mixture of both scripts that i've edit...
what am i doing wrong??
@AL_91
Seriously, did you read the thread, or just post, type in the offset XSE gave you into the "Script offset" field (by default it will have $000000 in it) type it like this, say the offset was 800000, then it would say $800000.
hey thanks for the help! i will try it out and see if it'll work =]Use a Free Space Finder.
Compile script to a free space.
and it will work.
I am assuming your editing signs that are already in game.
Dont.
Make a new one and get the offset from FSF.
Then compile. Thats how. Try it.
Can't help unless you post your script.I need help =/
I followed the tutorial and then I clicked Compile and this message appeared, "Too less parameters on line 6. The correct number is 2."
What does that mean, please help!
I followed the tutorial and my script is:
#Dynamic 0x800000
#ORG @Main
Lock
FacePlayer
Message @Speak
BoxSet 0x6
Release
End
#ORG @Speak
= This is a message!
A message keeps popping up saying "Too less parameters online 6. The correct number is 2." What does that mean?
It is now Msgboc instead of message then boxset.Fixed
#Dynamic 0x800000
#ORG @Main
Lock
FacePlayer
Msgbox @Speak 0x6
Release
End
#ORG @Speak
= This is a message!
It is now Msgboc instead of message then boxset.
Do you have a ROM loaded in XSE? If not, the Compile button will be unclickable.Hi the compile button is gray not blue and it not letting me click it. help