Hello all, I'm a new programmer to C++ (Besides some form designer stuff), but I have worked in VB and C#. So hopefully someone can help me here.
RandomizeMatrix
;
int num =1000;
::dbMakeMatrix(1,100,100,50,50);
while ( LoopGDK ( ) )
{
if(::dbLeftKey())
::dbRandomizeMatrix(1, num);
dbSync ( );
}
}
Note: Code was deleted for compression.
Can anyone tell me what is wrong with this? It will not randomize the matrix.
Next question; can anyone tell me how to use DGDK variables? I tried to replace num with dbRandomize(1000) but it won't accept things like that.
Thank you for your help and time!
Arms of Zakadia, an mmorpg silverwolf276.phpnet.us/swp/