打印
打印到公告
- lua版
lua
sendmsg(*actor*, ConstCfg.notice.own, '{"Msg":"<font color=\'#ff0000\'>即将更新属性2222!!!</font>","Type":9}')
sendmsg(*actor*, 1, '{"Msg":"<font color=\'#ff0000\'>即将更新属性2222!!!</font>","Type":9}')
- txt版
1是打印到聊天框,9打印到界面弹出文字
txt
sendmsg 9 9999999999999999999999999999999999
sendmsg 1 1111111111111111111111111111111111
打印到控制台(绿)
lua
release_print("attack",actor,hiter)
release_print("attack",actor)
release_print("attack")