Project1
标题:
脚本术语
[打印本页]
作者:
黑米馒头
时间:
2014-8-12 14:36
标题:
脚本术语
下面的脚本如何改成当行走图的名字中有☆的时候显示成下面这样
[line] def c4
case rand(5)
when 0
move_upper_left #向左上移动
@direction = 8
when 1
move_upper_right #向右上移动
@direction = 6
when 2
move_lower_left #向左下移动
@direction = 4
when 3
move_lower_right #向右下移动
@direction = 2
when 4
@stop_count = 0
end
end[/line]
复制代码
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1