24-12-2008, 05:46 PM
I'm trying to do character label where stats are displayed and I can make stats like strength and HP displayed but GetPlayerLevel(MyIndex) is simply not working. It returns value 0... I don't have a single idea what to do. I've searched around the forums if anyone has the same problems but nothing....Thanks for answers!
Current code:
Output = Level: 0
Current code:
Code:
Private Sub picStats_Click()
'Call SendData(CGetStats & END_CHAR)
picCharacter.Visible = True
chrLevel.Caption = "Level: " & GetPlayerLevel(MyIndex)
chrHealth.Caption = "Health: " & GetPlayerMaxVital(MyIndex, Vitals.HP)
End Sub
Output = Level: 0