Penumbra
Do you enjoy reading this?
- 373
- Posts
- 16
- Years
- Uranus, UP
- Seen Dec 26, 2010
I fixed it!!!!! I dont know if itll work but i changed th raw to a 0x1 and it worked! il show you.
'---------------
#org 0x800000
lockall
call 0x88000A7
goto 0x88000A7
'---------------
#org 0x8000A7
lock
checkflag 0x32
compare LASTRESULT 0x0
if 0x1 call 0x88000CF
compare LASTRESULT 0x1
if 0x1 call 0x88000DB
end
'---------------
#org 0x8000CF
lock
msgbox 0x88000E7 MSG_SIGN '"Go to bed."
applymovement 0xFF 0x1
nop
bufferitem 0x8 0x309
setvar 0x4500 0xE3C1
nop
'---------------
#org 0x8000DB
lock
msgbox 0x88000F4 MSG_SIGN '"Wake up"
setvar 0x4500 0xE3C1
nop
'---------
' Strings
'---------
#org 0x8000E7
= Go to bed.
#org 0x8000F4
= Wake up
Well, in theory, yes.
But in actuality, in-game the script just freezes everything.
It works fine on XSE but there's an error within the script, and I doubt
it's your fault. It's probably Poketto's misdoings.
If you could script my instructions, I'm willing to promote your skill list with Story Scripter.
Tell me if you're willing to give it a go. I'll give you 2 small parts to see if you can handle a
taste of what the REAL scripts will look like in-game... That above script is childs play
compared to the other events I'm planning.
But in actuality, in-game the script just freezes everything.
It works fine on XSE but there's an error within the script, and I doubt
it's your fault. It's probably Poketto's misdoings.
If you could script my instructions, I'm willing to promote your skill list with Story Scripter.
Tell me if you're willing to give it a go. I'll give you 2 small parts to see if you can handle a
taste of what the REAL scripts will look like in-game... That above script is childs play
compared to the other events I'm planning.