Author Topic: Please help me.  (Read 494 times)

I know REAL C#, but only some few toque comands.
things I need help for:

integer variables
if comand
buttom print comand
brick count variable

edit:

loops
BL_ID variable


plz, help me.

m@ltH£.
« Last Edit: August 06, 2009, 03:07:25 AM by m@ltH£ »

Torque generally typecasts for you, so don't worry about it. Just define the variables with % for local and $ for global (i.e. %var=1; or $globalvar=1;)



if(condition)
{
   // do something
}
else if(condition)
{
  // do something
}
else
{
   // do something
}



bottomPrint(GameConnection,String,Float);



$Server::BrickCount