Project1

标题: 如何计算值 [打印本页]

作者: 猛虎侠    时间: 2015-7-3 11:40
标题: 如何计算值

已经有两个变量0004和0006
需要将0004乘2+0006乘6
将值赋给图中的00021
该如何实现
作者: 三途亚梦    时间: 2015-7-3 11:44
本帖最后由 三途亚梦 于 2015-7-3 12:12 编辑

变量4*2;
变量6*6;
变量21+变量4;
变量21+变量6。
作者: 1181770261    时间: 2015-7-3 11:46
就把你口述的直接进行操作即可。
如:变量4*2 赋值给21
变量6*6 直接加在21上
作者: taroxd    时间: 2015-7-3 11:49
你都点进脚本了:

$game_variables[4] * 2 + $game_variables[6] * 6
作者: 猛虎侠    时间: 2015-7-3 13:52
taroxd 发表于 2015-7-3 11:49
你都点进脚本了:

$game_variables[4] * 2 + $game_variables[6] * 6

图中的框太小,根本写不下。。。。。。。
作者: VIPArcher    时间: 2015-7-3 14:02
本帖最后由 VIPArcher 于 2015-7-3 14:04 编辑
猛虎侠 发表于 2015-7-3 13:52
图中的框太小,根本写不下。。。。。。。


用这个脚本http://taroxd.github.io/rgss/脚本快捷方式.html

然后写 V[4] * 2 + V[6] * 6

使用这个脚本请注意这里的使用规约http://taroxd.github.io/rgss/rules/

特别的基础脚本必须放在这个脚本前面http://taroxd.github.io/rgss/Tar ... AE%BE%E7%BD%AE.html
作者: howhow1314    时间: 2015-7-3 14:42
$game_variables[4]*2+$game_variables[6]*6
我想說把空格拿掉就夠位了




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1