?? to_pu2_2.txt
字號:
#到浦口中的路中格
go_inout(0,1);
set_game_status(1);
call("script/pukou2/load.txt");
NPC_set(0,23,1);
NPC_turn(0,0);
#如果劇情狀態(tài)是0的話加載陷阱
if(31,0,"NO_WAY");
if(31,1,"NO_WAY");
@CONTINUE
set_game_status(0);
go_inout(0,0);
@END
end();
##############################
#遇到輔導(dǎo)員的子程序
@NO_WAY
hook_data("script/pukou2/go_back.txt");
add_hook(21,5,7,1);
add_hook(22,5,7,1);
add_hook(23,5,7,1);
add_hook(24,5,7,1);
add_hook(25,5,7,1);
init_NPC(23,21,0,4,0,15,"script/blank.txt");
goto("CONTINUE");
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -