(Last updated on; November 5, 2009 11:15 AM)
![]() |
![]() |
![]() |
lock faceplayer message $talk $talk 1 = (message here) boxset6 release end |
|
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 |