Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Synthetique on Sun 27/07/2003 21:11:53

Title: int ran=Random(2); solved
Post by: Synthetique on Sun 27/07/2003 21:11:53
ok..
i did this

int ran;
int ran = random(2);

stupid me..
Title: Re:int ran=Random(2); does not work!
Post by: Spyros on Sun 27/07/2003 21:15:01
try this
int ran;
ran=Random(2);
Title: Re:int ran=Random(2); solved
Post by: Synthetique on Sun 27/07/2003 21:19:52
int ran;
ran=Random(2);

this did not work..

" unexpected 'ran' "