赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 1 |
经验 | 2286 |
最后登录 | 2020-4-30 |
在线时间 | 1 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 60
- 在线时间
- 1 小时
- 注册时间
- 2009-9-19
- 帖子
- 137
|
本帖最后由 darkdrium 于 2010-7-13 18:56 编辑
回复 HNO3 的帖子
在脚本main前插入:- module RPG
- class BaseItem
- def description
- @description.gsub(/v\d+/){|id| $game_variables[id[1..-1].to_i]}
- end
- def name
- @name.gsub(/v\d+/){|id| $game_variables[id[1..-1].to_i]}
- end
- end
- end
复制代码 所有描述中如v1,v23等等v加至少一个数字的部分全部会替换成数字指定的系统变量值
冲突可能性:非常小
ps:余以为这个好像没什么用才对XD
|
评分
-
查看全部评分
|