Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Buff Script evaluation


JadeCurt1ss
 Share

Recommended Posts

Hey everyone. I whipped this up and I wanted to toss it out there for evaluation before I put it in the main.txt

Spell:

Case 1
Call SetTimer("tmrtest" & index & "," & 1, 6000)
Call SetPlayerStr(index, getPlayerStr(index) + 3)
End If

Under Sub TmrTest

Case 1
Call SetPlayerStr(index, getPlayerStr(index) - 3)
Call RemoveTimer("tmrtest" & index & "," & 1)

What's good, what's bad, and what needs to be fixed about it?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...