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

EO class name reference


jaekx
 Share

Recommended Posts

In eclipse origins whilst a player is playing there is no menu that displays the players current class name. There is a label somewhere (which I cant seem to find) that says playernname - playerlevel when you hit the character button. How would I go about having class name added to that as well? If I made a new label what would I put in the code behind the label to get the player class name to appear? Thanks!
Link to comment
Share on other sites

Cool all u need to do is make a new label on the character window and name it lblCharClass

Next find this in modhandledata: ' Set the character windows

Under it add :

```

frmMain.lblCharClass = Class(GetPlayerClass(MyIndex)).name
```
Link to comment
Share on other sites

sorry to be a total noob, but do you have any tips on how to access the picCharacter box? I have to move all the others out of the way because its under them and I fear I wont place them back in the exact spot there in now.
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...