001 │#dynamic
0x6C7D38 '动态地址起点
002
003 ┍#org @begin
004 │fadesong
0x13d '将背景音乐过渡到需要的音乐
005 │applymovement
0xff @move '主人公在船中跳上跳下
006 │waitmovement
0x0
007
008 │msgbox @word MSG_KEEPOPEN '主人公说话
009 │warp
0x3 0x32 0xff 0x17 0xB '传送至港口
010 │setvar
0x4056 0x1 '设定var,便于激活港口的地图脚本
011 ┕end
012
013 ┍#org @word
014 ┕= \hF1\h36\hF1\h3E\hF3\h1D\hF1\h39\hF1\hA7\hAB '终于到家了等类似的话
015
016 ┍#org @move
017 │#raw
0x66
018 │#raw
0x52
019 │#raw
0x52
020 │#raw
0x52
021 │#raw
0x52
022 │#raw
0x52
023 │#raw
0x52
024 │#raw
0x66
025 │#raw
0xfe点击查看原始代码
#dynamic 0x6C7D38 '动态地址起点
#org @begin
fadesong 0x13d '将背景音乐过渡到需要的音乐
applymovement 0xff @move '主人公在船中跳上跳下
waitmovement 0x0
msgbox @word MSG_KEEPOPEN '主人公说话
warp 0x3 0x32 0xff 0x17 0xB '传送至港口
setvar 0x4056 0x1 '设定var,便于激活港口的地图脚本
end
#org @word
= \hF1\h36\hF1\h3E\hF3\h1D\hF1\h39\hF1\hA7\hAB '终于到家了等类似的话
#org @move
#raw 0x66
#raw 0x52
#raw 0x52
#raw 0x52
#raw 0x52
#raw 0x52
#raw 0x52
#raw 0x66
#raw 0xfe