Make sure to read the rules here:
ZeldariaLvl 41
ummmmmmmm if I wanted to show an app lab project, how would I do it without getting a strike for no-promotion tag or a strike for no-off-topic tag?
'Cause there's only space for one tag and that meant I would get a strike or two either way
ackvonhuelioLvl 41
make it so you can add multiple tags maybe
VarrienceLvl 25
i agree some instances are very hard to determine what to tag
- Windows
why am ban?
personLvl 62
im also banned :(
personLvl 62
I was just agreeing with panda. Is that off topic? I'm Sorry.
Can you add a scroll bar pls
im sorry for being mean i was trying to be funny im creamy the guy you banned
personLvl 62
Brendan !
this message was on every chat
(I can't figure out how to insert images :P)
"Announcement
You are banned from every chat. You cannot use chat or any other chats. To request an appeal, go to gamelab.freeflarum.com and message @Brendan
"
personLvl 62
...and I used wrong emoji... smack face
ackvonhuelioLvl 41
Not_No_One
use the function getUserId().
be warned, the id can include '\' which can cause errors sometimes
another really useful function i will inform you of even though you didn't ask:
setKeyValue('value name', value); <- sets a value for some variable that is (gonna use some non professional descriptions) 'online', meaning the value stays the same for ALL users and even after restarts. this makes laggy multiplayer possible(emphasis on laggy).
ex: setKeyValue('globalHighScore', 100);
another:
getKeyValue('value', function(e){console.log(e);});
use the callback to access a value of a keyvalue
ex:
getKeyValue('globalHighScore',function(e){
//the high score is 'e' because thats what i put in the callback
console.log('the high score is '+e);
});
and another:
cursor(MODE);
really useful for UI if you want to do something like change the cursor to a hand when it's over a button
modes include:
HAND
ARROW <-(default)
nvm just search up a list
ex: cursor(HAND);
finally:
.includes('string');
CDO tells you about this except i think it's verrrrrrry underrated and almost no one uses it, even for things this should be used for.
basically you do something like:
if(string.includes('e')){
console.log('string includes e');
}
veeeeeerrrrrryyyy underrated
ok hope you found these super speshul stuffs that code.org doesn't tell you about useful
A new rule has been added:
No using the Announcement role if you aren't a Moderator or Admin.
I currently do not have any way of restricting a tag from being used based on role, but keep in mind that using this tag will result in your post being deleted and 1 strike being applied to your account.
I'm not sure if it is mentioned in the rules or not, but do crowns or whatever they are called reset at the end of each month? The top posters only show the top posters of that month, so I was just wondering.
FluffypoopoLvl 55
I think I'm going to be at the top for a bit