HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Edit Gold/Lumber/Food

05-09-2005, 07:23 AM#1
macho271
Hi, have a trigger question. Just wondering how I can edit the food/gold/and lumber stuff..
Like, say I can change food to be kills, and change the Icon to something else.. Or just make my own resources.. Ive looked around in the trigger editor without any luck..

And one more thing, the convert real value have 2 integer inputs..
the last one is how many zero's but dont know what the first one is for!
05-09-2005, 08:30 AM#2
Ant
To edit food/gold/lumber, it's under the action Player - Set player property. Just set it to a variable. So let's say you store the player's kills in an array Kill[playernumber]. So you'll do for int A = 1 to 10, set player's food used = Kill[player A]

To change the image, go under advanced, gameplay interface. It's one of them in that long list.