I basically have what i want in my training MOD down pat. Just an inexplicable problem is happening with the resource "integer" that i have as a variable , as can see in Pic1. I just simply want those "0's" to follow what the fricken given variable Integer is with "player 1 ""Mineral"" integer".....etc.
And as can see in Pic2 , it in action, with my gathered resource (mineral - 385) it is not showing on the "resource" leaderboard. I thought this would be a decent way for both players who train together to see each other resource to. If a pro is helping a noob for example.
I would also like to make an trigger to allow spending of opponent resources , so far i have vision working and shared control. As i think, although my friend said his vision turn off button wasn't working which was odd as it is surely correct, but that is another problem for me.
I have a bunch of variable and (local) variable. I don't know, was just spam them cause why not work ??? /exe Lol
update: Any chance to add logo next to numbers aswell or? is there a better way to do this. Thanks alot for who can help.
You need to update your leaderboard. Remember that "Events" are moments in the game that will trigger once they happen. For example on your event, you are saying that it will fire only in "Map Initialization", in other words, when the game starts. So, it's not updating because it will only update when the game starts. To update it you need to create a separate trigger that has a periodic event that fires every 1 second, 2 seconds, however you want it. And also you must use the variable "Leaderboard" to reference the leaderboard that you created.
Hello There,
I basically have what i want in my training MOD down pat. Just an inexplicable problem is happening with the resource "integer" that i have as a variable , as can see in Pic1. I just simply want those "0's" to follow what the fricken given variable Integer is with "player 1 ""Mineral"" integer".....etc.
And as can see in Pic2 , it in action, with my gathered resource (mineral - 385) it is not showing on the "resource" leaderboard. I thought this would be a decent way for both players who train together to see each other resource to. If a pro is helping a noob for example.
I would also like to make an trigger to allow spending of opponent resources , so far i have vision working and shared control. As i think, although my friend said his vision turn off button wasn't working which was odd as it is surely correct, but that is another problem for me.
I have a bunch of variable and (local) variable. I don't know, was just spam them cause why not work ??? /exe Lol
update: Any chance to add logo next to numbers aswell or? is there a better way to do this.
Thanks alot for who can help.
You need to update your leaderboard. Remember that "Events" are moments in the game that will trigger once they happen. For example on your event, you are saying that it will fire only in "Map Initialization", in other words, when the game starts. So, it's not updating because it will only update when the game starts. To update it you need to create a separate trigger that has a periodic event that fires every 1 second, 2 seconds, however you want it. And also you must use the variable "Leaderboard" to reference the leaderboard that you created.
Like this:
Thanks. Solved.