|
1 misafir, 0 üye : --- Favorilere Ekle |
[itemdef i_healdene]
id=i_memory
type=t_eq_script
name=heal
on=@create
attr=attr_invis
timerf 1,
timerf 2,healver
timerf 3,
timerf 4,healver
timerf 5,
timerf 6,healver
timerf 31,remove
[function healdene]
newitem i_healdene
act.equip
[Function healver]
hits <hits>+=3
[Function healver]
src.hits +=3
:ERROR:(Heal.scp,8)TimerF function name empty or args too long - total length must be less than 1024 characters
[function healver]
src.hits +=3
return 1
endif
[function healdene]
serv.newitem i_healdene
new.equip
on @equip
timerf 1,cont.hits +=1
timerf 2,cont.hits +=2
timerf 3,cont.hits +=3
timerf 4,remove
on @timer
return 1
|