endif
endif
endif
elseif (button == 1)\一下如上面所讲类同,就不在多说。
if (doOnce == 0)
if (timer <= 0)
Player.addspell JSNanoArmor
PlaySound JSMaxArmor
set DoOnce to 1
set timer to 60
endif
endif
endif
elseif (button == 2)
if (doOnce == 0)
if (timer <= 0)
Player.addspell JSDamage
PlaySound JSMaxDamage
set DoOnce to 1
set timer to 60
endif
endif
endif
elseif (button == 3)
if (doOnce == 0)
if (timer <= 0)
Player.addspell JSStrength
PlaySound JSMaxStrength
set DoOnce to 1
set timer to 60
endif
endif
endif
elseif (button == 4)
if (doOnce == 0)
if (timer <= 0)
Player.damageav rightmobilitycondition 1
Player.setav SpeedMult 250
PlaySound JSMaxSpeed
set DoOnce to 0
set timer to 30
endif
endif
endif
begin scripteffectfinish
end