The Dink Network

Reply to 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:27 AM
knights.gif
merder
Peasant He/Him Netherlands
The Voice in the back of your head! 
well i wanted a sprite to say random stuff telling how bored it is etc. etc.
and well first time i used the system in a script so i'm well aware the mistake might be a noobish mistake. but as with all experienced scripter they had to begin somewhere and ask help from time to time.

well for now here is the talk segment and please help me out els e i might not make the deadiline

void talk (void)
{
int &rndme random(4,0)
if (&rndme == 0)
 {
 say("`3Thank god you can't litterally bore yourself to death",&current_sprite);
 }
if (&rndme == 1)
 {
 say("`3I'm so bored",&current_sprite);
 }
if (&rndme == 2)
 {
 say("`3I wish someone lively'd up this place",&current_sprite);
 }
if (&rndme >= 3)
 {
  say("`3When i moved here i wanted peace and quiet but this is just boring.",&current_sprite);
 }
}


any hep is welcome providing it is help and not scolding and such