Top

Random Me Script

Please Register to submit score.
Average Score  3.0
Scores Submitted  1
Date Added  May 05, 2008
Last Updated  May 09, 2008
Tags  fun  me  random 

Introduction

This is a very early script i made, it was the first script i made, so it may not be the best of scripts, but it is still fun ^_^
i did intend to put 3 "FAILURE!!" in it so people have a greater chance of it >:)

P.S. I are good at grammer (ignore the bad grammer in this i got carried away and forgot about good grammer).
EDIT: people seem to be having troubles, but there's a few things that could be happening:
•You don't have it in remotes, put the script there
•use only . or ! or @
•misuse of brackets previous to this script
•you changed something causing it to break
Not sure of any other problems, it's worked for me.

Grab the Code

Comments

  (12)  RSS
SpotRedDog
Comments: 64
 
Posted on May 5, 2008 7:46 pm
I have copied and pasted this but cannot get it to work you need to explain how it works or rather how to get it to trigger thats part of the process of putting scripts and snippets up here. If you don't explain the way you work the script people will have difficulty using this and until I can get it to work I am reserving judgment and scoring it till you explain how to trigger it or what the auto trigger's are. In the future you should consider this before posting any script here.
SpotRedDog
Comments: 64
 
Posted on May 5, 2008 7:49 pm
P.S:

I would remove this or at least change it to something other then what it is.

Quote:

if (%me == 7) msg $chan 6 Racist!!!!
mountaindew
Comments: 1308
 
Posted on May 5, 2008 7:52 pm
Quote:

i did intend to put 3 "FAILURE!!" in it so people have a greater chance of it >:)

You could do
Code:

if (%me isnum N-N) msg $chan FAILURE
BlueThen
Comments: 150
 
Posted on May 5, 2008 8:14 pm
It is unnecessary to remove space in between control codes and text, unless you are using an identifier. If you were using an identifier, and do want to combine it, use
Code:
$+

Viper01
Comments: 40
 
Posted on May 6, 2008 9:22 am
var %me = $rand(1,20)

instead of that, you could use

var %me $r(1,20)

reduce a little bit of coding :
criminal
Comments: 80
 
Posted on May 6, 2008 10:31 am
You could use a text file too.
^Neptune
Comments: 129
 
Posted on May 6, 2008 10:42 am
Actually Viper01, you'd have to use
[code] var %me = $r(1,20)
Not
[code]var %me $r(1,20)[/code]
Seeing as a local variable needs a "=", whereas a global variable doesn't :P

Also $r is the short version of $rand...? Never knew that lol
^Neptune
Comments: 129
 
Posted on May 6, 2008 10:44 am
Er, those were meant to be in code tags !!

Code:

  var %me = $rand(1,20)

Code:

  var %me $r(1,20)
mountaindew
Comments: 1308
 
Posted on May 6, 2008 3:17 pm
^Neptune, it doesn't matter.
Viper01
Comments: 40
 
Posted on May 6, 2008 3:30 pm
ooo, neptune, double post :p

and ty for pointing out my mistake
tzar469
Comments: 14
 
Posted on May 6, 2008 7:34 pm
^Neptune, local variables use /var while global variables use /set. Viper's code is correct as it is. :)
RagBot
Comments: 4
 
Posted on May 9, 2008 4:50 pm
I'm unsure of the problems, althought i have put the possible faults in the Introduction, it works fine with me.

Please Register or Login to start posting comments.
Bottom