|
>
set look 1
look
alias ll
设定环境变量:look = 1
> 【你现在正处于武馆】
武馆大厅
↑
小石路---武馆前院---碎石路
|
武馆前厅
武馆前院 -
从前厅出来就看见这个大院子了,东西两边都是练武场,不少人在这里习
武强身,这里很吵,乱烘烘的,你不时看见有扛着东西的,挑着水的匆匆而过,
北面上了台阶就是武馆大厅了。
这是一个阳春三月的傍晚,一轮火红的夕阳正徘徊在西方的地平线上。
这里明显的出口是 east、northup、south 和 west。
襄阳武馆七弟子 冯坦(Feng tan)
> 你取消了 "ll" 这个替代命令。
OK。
Run-time error
Plugin: SJever_xmap (called from world: SjServer)
Function/Sub: xmap.room_enter called by trigger
Reason: 正在处理触发器 "room_enter"
[string "Plugin"]:901: attempt to index global 'encode' (a nil value)
stack traceback:
[string "Plugin"]:901: in function 'fixsql'
D:\Program Files\MUSHclient\worlds\sjever\xmap.lua:492: in function 'load_room_from_database'
D:\Program Files\MUSHclient\worlds\sjever\xmap.lua:432: in function 'check_room_from_database'
D:\Program Files\MUSHclient\worlds\sjever\xmap.lua:289: in function <D:\Program Files\MUSHclient\worlds\sjever\xmap.lua:209>
脚本错误处的上下文:
897 : -- fixsql 数据库语句排错
898 : -- ---------------------------------------
899 : function fixsql (s)
900 : if s then
901*: s = encode.a2u8(s)
902 : return "'" .. (string.gsub (s, "'", "''")) .. "'" -- replace single quotes with two lots of single quotes
903 : else
904 : return "NULL"
905 : end |
|