SphereCommunity
On=@Damage Help - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: On=@Damage Help (/Thread-On-Damage-Help)



On=@Damage Help - Alias - 08-21-2012 08:31 PM

First of all sorry for my bad english ! Confused
Hello all Bye , i am making weapon when at damage weapon creat flamestrike to all the round player in 18 steps but the problem is with message, the message doesnt show on player who have weapon it's create on player who is under attack ...

[ITEMDEF i_bomber_Mace]
ID=i_mace_diamond
NAME=Bomberman Mace
TYPE=T_WEAPON_MACE_SHARP
DAM=85,90
SPEED=35
RANGE=0
WEIGHT=5
SKILL=Macefighting
TWOHANDS=N
VALUE=5000

ON=@Create
color=0446
HITPOINTS=100

ON=@DAMAGE
SaY @07a1 Power Of Gods
forclients 18
SPELLEFFECT=s_flamestrike,250
SPELLEFFECT=s_flamestrike,250
endfor
return 1
endif


RE: On=@Damage Help - Shaklaban - 08-21-2012 08:38 PM

you can use "cont.say @07a1 Power Of Gods"


RE: On=@Damage Help - admin phoenix - 08-21-2012 10:21 PM

why you using endif?


RE: On=@Damage Help - Alias - 08-22-2012 07:55 PM

Jup thanks Shaklaban "cont" was what i needed Smile
Admin phoenix i forgot to remove endif becouse i was trying to make something with if's.