- 55
- Posts
- 17
- Years
- Seen Oct 23, 2010
That's a script that, after reading a sign that says "who read there will be unlucky", and then setsweather to thunderstorm, then should say "Happy? :)".
First problem, i need someway to have the weather change apply. Some kind of blinking effect could work? how to do it?
Second one, the script doesn't write the second message. Why?
Spoiler:
'-----------------------
#org 0x800210
msgbox 0x8800223 '"CHI LEGGE QUA\nTANT..."
callstd 0x6
setweather 0x5
msgbox 0x8800246 '"Contento? :)..."
callstd 0x6
end
'---------
' Strings
'---------
#org 0x800223
= CHI LEGGE QUA\nTANTA SFIGA AVRA'
#org 0x800246
= Contento? :)
#org 0x800210
msgbox 0x8800223 '"CHI LEGGE QUA\nTANT..."
callstd 0x6
setweather 0x5
msgbox 0x8800246 '"Contento? :)..."
callstd 0x6
end
'---------
' Strings
'---------
#org 0x800223
= CHI LEGGE QUA\nTANTA SFIGA AVRA'
#org 0x800246
= Contento? :)
First problem, i need someway to have the weather change apply. Some kind of blinking effect could work? how to do it?
Second one, the script doesn't write the second message. Why?