Forums Index >> Technical Support >> Posting scripts
Page : <1> :
The tt tags put the font in monospace, so they SHOULD be good enough.
Saturday, March 06, 2004 at 8:43:48 PM
function teamupdate()
{
%count = ClientGroup.getCount();
For (%i = 0; %i < %count; %i++)
{
%cl = ClientGroup.getObject(%i);
If( !%cl.isAIControlled() )
CommandToClient( %cl, 'update', 0, 0, 0, 0, 0, "greenteam");
}
}
Saturday, March 06, 2004 at 11:14:22 PM
That is with the tt tag. What good is that?
Saturday, March 06, 2004 at 11:15:33 PM
Page : <1> :
On garage Games there is the [code] tag for posting script, but I don't know of any way to do that here. If there isn't I think it would be a good to add it. A lot of modders are at the level where they can write datablocks and functions now, and it would be nice to share them here rather than on the GG forums. If there is a way to do it here then just disregard everything I just said and tell me how. XD
187