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

Basic Healing Script Problem..


Braydo25
 Share

Recommended Posts

Wheres The Problem At? Its A Scripted Tile

```
Case 2 ' HEAL TILE
    If GetPlayerMaxHp(index) <> GetPlayerHp(index) Then
    If GetPlayerMaxMP(index) <> GetPlayerMp(index) Then
    Call PlayerMsg(index, "Your Hp And Mp Has Been Restored!", 2)
    Call SetPlayerHP(index, GetPlayerMaxHp(index))
      Call SetPlayerMP(index, GetPlayerMaxMP(index))
  End If
End Select
End Sub

```
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...