kyeme
High Council
- Messages
- 500
- Points
- 0
- Github
- kyeme
- Emulator
Aegis have command "ShowScript"
item2 Rice_weevil_Bug event OnConsume: var temp = rand 1 6 if temp==1 ShowEffect "" EF_POISONHIT ShowScript "" "Errrgg!!! This is so.. bitter....!!" SubExtParam User VAR_SP 50 elseif temp==2 ShowEffect "" EF_HEAL ShowScript "" "....Well at least this is good for my health though." HealHP 15 elseif temp==3 ShowEffect "" EF_POISONHIT ShowScript "" "Phewphew!! Arg.... Is this poisoned or what?!" SubExtParam User VAR_SP 100 elseif temp==4 ShowEffect "" EF_POISONHIT ShowScript "" "Whasdfhwkljhrtklwert....!!" SubExtParam User VAR_SP 200 elseif temp==5 ShowEffect "" EF_HEAL ShowScript "" "It's ok, no one sew me yet.." HealHP 10 else ShowEffect "" EF_HEAL ShowScript "" "I really need something to eat... ?? Sorry, little buggy." HealHP 5 endif return
item2 Rice_weevil_Bug event OnConsume: var temp = rand 1 6 if temp==1 ShowEffect "" EF_POISONHIT ShowScript "" "Errrgg!!! This is so.. bitter....!!" SubExtParam User VAR_SP 50 elseif temp==2 ShowEffect "" EF_HEAL ShowScript "" "....Well at least this is good for my health though." HealHP 15 elseif temp==3 ShowEffect "" EF_POISONHIT ShowScript "" "Phewphew!! Arg.... Is this poisoned or what?!" SubExtParam User VAR_SP 100 elseif temp==4 ShowEffect "" EF_POISONHIT ShowScript "" "Whasdfhwkljhrtklwert....!!" SubExtParam User VAR_SP 200 elseif temp==5 ShowEffect "" EF_HEAL ShowScript "" "It's ok, no one sew me yet.." HealHP 10 else ShowEffect "" EF_HEAL ShowScript "" "I really need something to eat... ?? Sorry, little buggy." HealHP 5 endif return
Code:
item Trans_Scroll_Devi event OnConsume: ShowEffect "" EF_CLOAKING ShowScript "" "ë³€-ì‹ -!! ë°ë¹„루치 í¬-옴!!" Montransform DEVIRUCHI 20 "EFST_MTF_ASPD" return
Last edited by a moderator: