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

Help


Rydo
 Share

Recommended Posts

So, I use EM and the only problem so far with it is something to do with combat xp.

```

' Give player combat exp

If Item(GetPlayerEquipment(attacker, weapon)).CombatTypeReq > 0 Then

GivePlayerCombatEXP attacker, GetPlayerEquipment(attacker, weapon), exp / 4

End If

```

I get subscription out of range and it highlights

If Item(GetPlayerEquipment(attacker, weapon)).CombatTypeReq > 0 Then

of the above code
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...