Forums Index >> Technical Support >> Posting scripts



Page : <1> :

187

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

Friday, March 05, 2004 at 11:18:08 PM

The tt tags put the font in monospace, so they SHOULD be good enough.

Saturday, March 06, 2004 at 8:43:48 PM
187

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
187

That is with the tt tag. What good is that?

Saturday, March 06, 2004 at 11:15:33 PM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald