赞 | 3 |
VIP | 0 |
好人卡 | 0 |
积分 | 8 |
经验 | 8743 |
最后登录 | 2023-2-18 |
在线时间 | 350 小时 |
Lv2.观梦者
- 梦石
- 0
- 星屑
- 780
- 在线时间
- 350 小时
- 注册时间
- 2013-8-5
- 帖子
- 77
|
本帖最后由 mileo 于 2013-12-14 21:44 编辑
if $game_switches[1518]
# 繪製要顯示的系統變量
change_color(text_color(30)) #改顏色什麼的~
var_id =341
var_text = "#{$data_system.variables[341]} #{ $game_variables[341]} "
contents.draw_text(550, 60 , 534, lh, var_text)
self.contents.draw_text(580,0 , 534, 24, "血#{ $game_variables[334]}")
self.contents.draw_text(580,20 , 534, 24, "攻#{ $game_variables[332]}")
self.contents.draw_text(580,40 , 534, 24, "防#{ $game_variables[333]}")
end
if $game_switches[1519]
# 繪製要顯示的系統變量
change_color(text_color(30)) #改顏色什麼的~
var_id =348
var_text = "#{$data_system.variables[348]} #{ $game_variables[348]} "
contents.draw_text(550, 160 , 534, lh, var_text)
self.contents.draw_text(580,100 , 534, 24, "血#{ $game_variables[344]}")
self.contents.draw_text(580,120 , 534, 24, "攻#{ $game_variables[342]}")
self.contents.draw_text(580,140 , 534, 24, "防#{ $game_variables[343]}")
end
end
end
想问下如果要在脚本设开关
开关开启时决定某部分显示的开启
上面自己的写法有错
请问要怎么改呢?
谢谢~~
@雪流星 @渝川
|
|