比例检测HP
PGCheckHpPer
参数1:> < =
参数2:百分比值
参数3:分母,如果该参数省略则默认按照百分比算
实例
[@main]
#if
PGCheckHpPer > 50
#act
SendMsg 6 你的血量大于50%
#elseact
SendMsg 6 你的血量不大于50%
PGCheckHpPer > 50 300
SendMsg 6 你的血量大于300分之50
SendMsg 6 你的血量不大于300分之50
比例检测HP
PGCheckHpPer
参数1:> < =
参数2:百分比值
参数3:分母,如果该参数省略则默认按照百分比算
实例
[@main]
#if
PGCheckHpPer > 50
#act
SendMsg 6 你的血量大于50%
#elseact
SendMsg 6 你的血量不大于50%
PGCheckHpPer > 50 300
SendMsg 6 你的血量大于300分之50
SendMsg 6 你的血量不大于300分之50
还没有评论,来说两句吧...