Code: Select all
>speech_prog howdy~
if quest ( $n, 0, 4 ) >= 0
and quest ( $n, 0, 4 ) < 4 then
say Increasing quest bits from zone one
mpmadd $n quest 0 4 1
else
if quest ( $n, 0, 4 ) >= 4
and quest ( $n, 0, 4 ) < 8 then
say Increasing quest bits from zone two
mpmadd $n quest 0 4 1
else
if quest ( $n, 0, 4 ) >= 8
and quest ( $n, 0, 4 ) < 12 then
say Increasing quest bits from zone three
mpmadd $n quest 0 4 1
endif
endif
endif
~