Me gustaría que por favor alguien me explicara la línea del setvar del siguiente script, gracias.
Código:
setvar 0x8004 0xB
Código:
#dynamic 0x800000
#org @start
lock
faceplayer
preparemsg [MENTION=29127]String[/MENTION]1 '"¡Hola, caracola!\n¿Adónde vamos?"
waitmsg
setvar 0x8004 0xB
multichoice 0x14 0x8 0x3D 0x0
copyvar 0x8000 LASTRESULT
compare 0x8000 0x0
if 0x1 goto @snippet1
compare 0x8000 0x1
if 0x1 goto @snippet2
compare 0x8000 0x7F
if 0x1 goto @snippet2
end
#org @snippet1
setvar 0x8006 0x0
goto @snippet3
#org @snippet2
special2 LASTRESULT 0x1AD
compare LASTRESULT 0x1
if 0x1 goto @snippet4
release
end
#org @snippet3
special2 LASTRESULT 0x1A9
buffernumber 0x0 LASTRESULT
compare 0x8004 0x0
if 0x1 goto @snippet5
compare 0x8004 0x0
if 0x5 goto @snippet6
end
#org @snippet4
closeonkeypress
applymovement 0x6 @move1
applymovement MOVE_PLAYER @move2
waitmovement 0x0
releaseall
end
#org @snippet5
msgbox [MENTION=29127]String[/MENTION]2 MSG_KEEPOPEN '"Estupendo, todo en regla.\pEl SURC..."
goto @snippet7
#org @snippet6
msgbox [MENTION=29127]String[/MENTION]3 MSG_KEEPOPEN '"¡Muy bien!\n¡Todos a bordo del SUR..."
goto @snippet7
#org @snippet7
closeonkeypress
pause 0x14
special 0x187
compare LASTRESULT 0x2
if 0x1 goto @snippet8
special 0x188
fadescreen 0x1
special 0x17B
waitstate
end
#org @snippet8
release
end
#org [MENTION=29127]String[/MENTION]1
= ¡Hola, caracola!\n¿Adónde vamos?
#org [MENTION=29127]String[/MENTION]2
= Estupendo, todo en regla.\pEl SURCAMAR VELOCE 7\nva a zarpar en breve.
#org [MENTION=29127]String[/MENTION]3
= ¡Muy bien!\n¡Todos a bordo del SURCAMAR\lVELOCE [buffer1]!
#org @move1
#raw 0x5A 'mov5A
#raw 0xFE 'End of Movements
#org @move2
#raw 0x11 'Step Up (Normal)
#raw 0xFE 'End of Movements