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

[EO] Spell Vitals


Gohan
 Share

Recommended Posts

I want to slip in an equation so a spell's vital is:

```
Vital Scroll Value * ([insert equation here])
```
That way the spells get stronger as the player levels up.

First off I want to ask can this be done as easily as I think it can?

Second, I think I found the place that I would insert the equation but I'm not 100% on it.

```
Private Sub scrlVital_Change()
    lblVital.Caption = "Vital: " & scrlVital.Value
    Spell(EditorIndex).Vital = scrlVital.Value
End Sub
```
Do I place it there or do I have the wrong sub?

Thanks!
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...