library broadcast2 initializer InitBroadcast2 /** * 播片系统 * 为剧情设计 * 当前版本仅涉及文本显示对话功能 * * 版本: 2.01 * By Soul2 */ #define SayPointX 0.62 #define SayPointY - 0.5 #include "struct/broadcast.j" #undef SayPointX #undef SayPointY function InitBroadcast2 takes nothing returns nothing // init something endfunction endlibrary