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

Currency label


Jumbofile
 Share

Recommended Posts

[http://eclipseorigins.com/community/filehost/bcbccab0cc4548227222ecd845b2b2a5.png](http://eclipseorigins.com/community/filehost/bcbccab0cc4548227222ecd845b2b2a5.png)

If you notice gold, it has the amount of gold i have but my other lables dont.
Link to comment
Share on other sites

You can try searching the source within VB6 using the name of that label. You should be able to find where the caption of the label is set. Use the code below to give you an idea of what to look for.

I cannot help much since I do not know where the values for your Dilac or Arena are stored, but I'd imagine something like so:

```
NAME-OF-LABEL.Caption = Player(Index).Dilac & "D"
NAME-OF-LABEL.Caption = Player(Index).Arena & "AT"
```
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...