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

Sub SpellAnim questions


Braydo25
 Share

Recommended Posts

im starting to make scripted spells, what do i have to put (value wise) for the Sub Spellanim to work and display the spell on the target? heres what i thought would work for a healing spell that revolved around magic, but it didnt. please explain this!
```
Call Sub SpellAnim(1, GetPlayerTarget(index), GetPlayerTarget(index), GetPlayerTarget(index))
Call SetPlayerHP(index, GetPlayerMAGI(index) * 3)
Call PlayerMsg(index, "You Have Cast Bio-Rejuvanation On" & GetPlayerTarget(index), 4)
```
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...