The Dink Network

Reply to Re: Screenlocking/Story

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:
 
 
July 30th 2010, 06:51 AM
custom_skull.gif
Skull
Peasant He/Him Finland bloop
A Disembodied Sod 
@IPlayDink

As I said, it seems to work sometimes and sometimes not. I copied this script from my old D-Mod, where I was too lazy to do crap like that:

void main( void )
{
if (&mrman > 1)
&story = 1;
freeze(1);
wait(400);
say_stop("Wait, what's going on here?", 1);
say("`4Dead to all!", &temp1hold);
unfreeze(1);
else
}


However, I recall, it backfired as I had to use the brackets in some cases, cause it suddenly wouldn't work.