赞 | 2 |
VIP | 335 |
好人卡 | 3 |
积分 | 1 |
经验 | 14077 |
最后登录 | 2020-1-28 |
在线时间 | 264 小时 |
Lv1.梦旅人 冰
- 梦石
- 0
- 星屑
- 142
- 在线时间
- 264 小时
- 注册时间
- 2006-11-22
- 帖子
- 1057
|
以下引用lisi930于2008-5-20 19:31:23的发言:
<br><script language="javascript">
<!--
strCont="不行啊!!那脚本没用!!!";
document.write(ubb.spbShowTopic(strCont,1));
//-->
</script>不行啊!!那脚本没用!!!
# 获得 EXP
for i in 0...$game_party.actors.size
actor = $game_party.actors
if actor.cant_get_exp? == false
last_level = actor.level
actor.exp += exp
actor.hp = actor.maxhp/2
actor.sp = actor.maxsp/2
if actor.level > last_level
@status_window.level_up(i)
end
end
end |
|