Page 1 of 1

Learn modding

PostPosted: Sun Aug 24, 08 2:18 am
by or 1=1
So... I'm at the point where I've just extracted WOT from the zip.
Now what... and what the hell "foreach" means ?

PostPosted: Sun Aug 24, 08 10:05 am
by Dae
•»Garçon«• wrote:Now what... and what the hell "foreach" means ?

local cat dxcat;

foreach AllActors(class'cat', dxcat)
{
dxcat.fatness=255;
}


That would make every cat in the map fat.