set msg = msg + ". +"+I2S(gold)+endmsg
Damn.. Start one, now!!!not really, but i sort of needed these, so i figured if i was going to make em, i might as well release em too
Ice and Blood would be its name, time would be the reason its not really getting anywhereDamn.. Start one, now!!!![]()
I could add an option so that computers do not get assistanceI got 2 questions for you emjlr3
1) i am planing on using this system in my aos map. it is 5v5 with 1 computer on each team. when the computer helps me kill a hero, they will be rewarded. is it possiple to make it so the computer won't be displayed in the assistance text and only user-players?
very possible, I am going to add options for that soon2) is it possiple to change the color on the split gold bonus in this line:JASS:set msg = msg + ". +"+I2S(gold)+endmsg
I tried to do it, but I kept getting errors, probably because I did it wrong.
i think you might know how to fix these, for ppl like me
other than that, very good and useful system, GJ +rep :thup:
set msg = msg +". +|colorcode"+I2S(gold)+"|r"+endmsg
then if you need that for other systems, you have to have it in every system, or copy it again anywayWhy don't you put GetPlayerNameColored in the main trigger. It will be much more easier to implement the system - just one trigger instead of two. ^^