(Last updated on; November 5, 2009 11:15 AM)
HOME SCRIPTS RESULTS

When it comes to making some one talk, it's simple, while when you first learn it, it can look like gibberish the simple code for making some one talk is,

#org $script
lock
faceplayer
message $talk
$talk 1 = (message here)
boxset6
release
end

Now there is a more another way making some one talk, that being a yes & no question,the script for that is....
#org $script
lock
faceplayer
message $question ( what goes in that offest does not
really matter, it can be anything)
$question 1 = are you from around here?
boxset 5 (tells system this is a question)
compare 0x800D 0x0001
if 0x01 goto $yes
message $no
$no 1 = (message here)
boxset 6
release
end

#org $yes
message $yes1 (add "1" so computer
does not get confused)
$yes1 1 = (message here)
boxset 6
release
end

[back]