help with script please!

jmess33

New Member
Sub Main(Player as long)
If GETPLAYERINTELLIGENCE(Player) < 5 Then

end if
end sub

i want to have it do more damage the more intelligence they have
 

jmess33

New Member
Sub Main(Player as long)
If GETPLAYERINTELLIGENCE(Player) < 5 Then
SetPlayerAttack(Player, GetPlayerAttack(Player)+5)

end if
end sub



can someone please edit my script so it works?!
 
Top