设为首页 设为收藏
当前位置: sf999首页 > 攻略资讯 > 开服技术 > NPC支持自定义字符与数字性能新开传奇发布站

NPC支持自定义字符与数字性能新开传奇发布站

发布时间:2015-12-23 02:05攻略来源:sf999攻略作者:

引见:
   @@InPutInteger(X) 针对集体数字变量M操作 (X)取值范围:数字(0~99)
   @@InPutString(X) 针对集体字符变量S操作 (X)取值范围:数字(0~99)
   @@InPutString 若输入字符蕴含于过滤列表(GuildRankNameFilter.txt)中.则跳到@IsInFilterList执行

留意:
    执行时必须加DelayGoto,DelayGoto能有效过滤多重操作,比如网络提前时延续点NPC可能始终执行同一个节

示例:

;==========================================
(@@InPutInteger, @@InPutString)
[@Main]
<输入数字/@@InPutInteger5>
<输入字符/@@InPutString5>
<关闭/@Exit>
[@@InPutInteger5]
#If
CheckLevelEx > 0
#Act
DelayGoto 1 ~InPutInteger5
[~InPutInteger5]
#If
CheckLevelEX > 0
#Say
你输入的数字是:<$STR(M5)>
[@@InPutString5]
#If
CheckLevelEx > 0
#Act
DelayGoto 1 ~InPutString5
[~InPutString5]
#If
CheckLevelEX > 0
#Say
你输入的字符是:<$STR(S5)>
;示例脚本.仅简略表达意思.!
[@IsInFilterList]
#If
CheckLevelEx > 0
#Act
MessageBox 输入数据中蕴含了非法字符.请重新编辑
Goto @Main
Break

------分隔线----------------------------
  • 挑错
  • 打印
返回顶部

热门搜索

显示全部