SDGetDBItemFieldValue
根据物品名获取物品数据库字段参数值
参数1:物品名
参数2:字段名
参数3:变量名,用户保存获取到的参数值
实例
[@main]
#if
#act
SDGetDBItemFieldValue 屠龙 Weight N0
SendMsg 6 屠龙的重量是【<$STR(N0)>】点
SDGetDBItemFieldValue
根据物品名获取物品数据库字段参数值
参数1:物品名
参数2:字段名
参数3:变量名,用户保存获取到的参数值
实例
[@main]
#if
#act
SDGetDBItemFieldValue 屠龙 Weight N0
SendMsg 6 屠龙的重量是【<$STR(N0)>】点