The Dink Network

Reply to Re: random talking issue

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
April 3rd 2011, 09:33 AM
wizardb.gif
Kyle
Peasant He/Him Belgium
 
int &rndme random(4,0)


This is missing stuff

int &rndme;
&rndme = random(4,0);


This would work best. You can do it in one line, but I think it's better practice (in Dink) to declare it seperately because you can't redeclare a variable twice.

EDIT: ARGH! SPARROW!