[size=18.018px]为了让脚本更加安全,防止客户端通过发网络包来刷脚本中未提供到界面上的函数,要求对于对话框中调用到的函数,在编写时,命名要在函数名前添加下划线.
[size=18.018px] 例子: [size=18.018px]procedure _DoExit; [size=18.018px]begin [size=18.018px] This_Npc.CloseDialog(This_Player); [size=18.018px]end;
[size=18.018px]begin [size=18.018px] This_Npc.NpcDialog(This_Player, [size=18.018px]'NPC类的功能测试\' + [size=18.018px] '<关闭对话框/@DoExit>' [size=18.018px] ); [size=18.018px]end.
|