首页
服务端定制
讨论社区
网站工具
函数查询
物品附加
状态常量
NPC外观查看
脚本编辑器
掩码计算器(csv旧版)
登录
注册
文件
打开UTF8文件
打开GBK文件
打开BIG5文件
编辑
撤销(Ctrl+Z)
恢复(Ctrl+)
全选(Ctrl+A)
查找(Ctrl+F)
替换(Ctrl+Shift+F)
改写/插入(Insert)
功能
选区格式整理
区块注释
去除区块注释
×
向后查找
向前查找
×
被替换内容
向后查找
替换为
替换
全部替换
//===== rAthena Script ======================================= //= Test: OnInterInit //===== By: ================================================== //= rAthena Dev Team //===== Last Updated: ======================================== //= 20140109 //===== Description: ========================================= //= Tests 'OnInterIfInit' and 'OnInterIfInitOnce' labels. //============================================================ - script OnInterChk -1,{ OnInterIfInit: debugmes "Loaded OnInterIfInit <-------"; end; OnInterIfInitOnce: debugmes "Loaded OnInterIfInitOnce <-------"; end; }