Author Topic: RTB ID Lookup  (Read 7313 times)

Your main code does messageAll, it tells EVERYONE on the server.
Okay. I'll add a pref to switch between messaging all/client who triggered.
you need to put in timeouts

i dont give a stuff who can run it, it needs timeouts for everyone except maybe the host himself.

literally just like 5 seconds by default with preferences to make it custom lengths

also i've never heard of "isDigit" before. is it default?
okay, okay. i will add that as well. isDigit is something i wrote. the name is a bit off; it basically checks if the passed value is entirely numerical.

edit: how to i rtb prefs
« Last Edit: December 04, 2013, 12:29:04 AM by ultimamax »

9:12 PM - Swollow: marble whats the function to check if a variable is a number
9:13 PM - marble: isInt

isInt(%num) will return if a number is an integer

Make it so that it shows the 3 previous names from the chosen ID.


9:12 PM - Swollow: marble whats the function to check if a variable is a number
9:13 PM - marble: isInt

isInt(%num) will return if a number is an integer

this isn't default

mFloor seems to be the best in here, if the string is not a number, it returns it as 0 instead.

if(%blah * 1 !$= %blah)
    return;

more planned changes:
change isDigit to utilize mFloor
Name History

thank you sentry and advanced bot

Make it so that it shows the 3 previous names from the chosen ID.
It could be like

/search ID howManyPreviousNamesYouWantTo See

well stuff isInt is part of rtb