alucar
发表于 2013-9-25 12:47:14
俺现在用得最多的是Android - Ubuntu - tintin++,用Wintin++纯粹是为了调试机器人方便,用得最多的还是手机和安卓平板,比如现在。
chieny
发表于 2013-9-25 12:49:57
俺现在用得最多的是Android - Ubuntu - tintin++,用Wintin++纯粹是为了调试机器人方便,用得最多的还是手机 ...
alucar 发表于 2013-9-25 12:47 PM http://pkuxkx.net/forum/images/common/back.gif
来点实惠的,推车领悟啥的机器人发出来吧yct15.
alucar
发表于 2013-9-25 13:45:18
俺这么穷的怎么可能有推车机器啊,领悟还是等情况稳定一点了再弄了,所以还是继续做翻译的好。grin
achates
发表于 2013-10-15 13:56:28
请问alucar: #map get 这个怎么用的?我想获得room desc,试了一下#map get {roomdesc} {variable} {desc}, 取不到map里的roomdesc的内容。这个怎么写?
when
发表于 2013-10-15 14:58:40
回复 24# achates
你得有room的id啊,map里面也得有内容啊
achates
发表于 2013-10-15 16:59:31
本帖最后由 achates 于 2013-10-15 05:01 PM 编辑
有map的,#map info能显示当前room的所有信息的(roomname,roomdesc,roomnote都是有内容的)。就是用#map get得不到对应的内容。我用的是tintin++ V2.00.9
alucar
发表于 2013-10-15 17:08:02
#map俺没好好研究过,记得主页上有关于map的专门页面,帮助里写得比较简单。
when
发表于 2013-10-15 17:54:08
#map get <option> <variable> : Store a map value into a variable, if no vnum is given the current room is used.
最后一个参数是room id或者不填吧
achates
发表于 2013-10-16 10:44:02
看了一下tintin++的源码,搞明白了get怎么用了。主要被map list的用法误导了。map list检索时,需要添加variable标识后面是结果变量,像 #map list {} {} {$desc} {} {} {variable} {mapResult};而map get 是不用variable标识的,直接#map get roomdesc {desc}, desc就能取到roomdesc的值了。
alucar
发表于 2013-10-17 20:26:47
填坑完毕,开始为下一个坑作准备。yct7