Set Value String
This commit is contained in:
parent
41df8dfa35
commit
54b6a20580
@ -810,7 +810,7 @@ events.prototype.doAction = function() {
|
||||
var value=core.calValue(data.value);
|
||||
// 属性
|
||||
if (data.name.indexOf("status:")==0) {
|
||||
value=parseFloat(value);
|
||||
// value=parseFloat(value);
|
||||
core.setStatus(data.name.substring(7), value);
|
||||
}
|
||||
// 道具
|
||||
|
||||
Loading…
Reference in New Issue
Block a user