Reply to Re: Screenlocking/Story
If you don't have an account, just leave the password field blank.
@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:
However, I recall, it backfired as I had to use the brackets in some cases, cause it suddenly wouldn't work.
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.