Off Topic > Off Topic
Post Console CMD's here.
ultimamax:
--- Quote from: Chrono on July 18, 2009, 11:14:59 AM ---If you press space then tab, you can go through all of them.
--- End quote ---
Oh, good point. Oh, and bump before page 2. :D
Jsk2003:
figureout("Topic is in wrong section, I should use common sense.");
ultimamax:
Oh, wait. I have another :D. I think it went like this.
serverCmdDragonAttack();? Maybe?
Marcem:
--- Quote from: Jsk2003 on July 18, 2009, 01:40:24 PM ---figureout("Topic is in wrong section, I should use common sense.");
--- End quote ---
--- Code: ---function figureout(%iq);
{
if (%iq <= 80)
return();
else
blah();
}
--- End code ---
Rite?
Chrono:
--- Code: ---function figureOut(%string)
{
if(getIQ() <= 80)
return 0;
else
$FiguredOut[%string] = 1;
}
--- End code ---