Blockland Forums > Modification Help
Basic Math Problems
brickybob:
Couple more questions, but they are more about variables than math.
--- Code: ---function serverCMDjoin(%cl, %faction)
{
announce(%cl.name @ " has joined " @ %faction);
// %cl.clanprefix = %faction
}
--- End code ---
Stuff with // before it doesn't work.
otto-san:
you forgot a semicolon
brickybob:
--- Quote from: otto-san on April 26, 2012, 08:38:25 PM ---you forgot a semicolon
--- End quote ---
I'm noticing a trend with my variable errors. :cookieMonster:
Blocki:
You should
Go to add-ons folder
Open System_MunkServerPack/Main.cs
And let it teach you
Port:
--- Quote from: Blocki on April 27, 2012, 02:04:55 PM ---You should
Go to add-ons folder
Open System_MunkServerPack/Main.cs
And let it teach you
--- End quote ---
you make me want to hit myself with a blunt object