Idea:
I think that scratch should moderate the cloud data:
What i mean is make it so if i post a bad word or bad word with a dot or @ or anything like that, it should block it automatically.
like if i make a chat room, (or something like email/pm but not be 100% private.) I will want a way to make scratch admins be able to view what they are saying and ban words. eg: have a block:
If rank [ (rank goes here) ]
then
else
you might be thinking what if they ban admins or something like that. well there should be a admin (when i say admin, i mean scratch workers and higher including moderators)
if there was toolbar that let the admin change his/her rank to something else. (eg to scratch member) and view what normal scratch members see. but what if the admin enters into the game, it gives them a user id and sets that user id as an admin! well if there was a way for the admin to set his/her user id to what ever he/she wants or auto select.
Offline
Umm...
Half of that wasn't really understandable.
But from what I got, you are suggesting to have a built in feature that allows users to change (moderate) what's in a cloud list, and that you want the ST to be able to too.
It's not that hard to make yourself.
If you only have on list, this script works just fine (you'll have to edit the project after you make it though to add in people into the accepted user id list)
if <key [key for moderating v] pressed?> if <[moderator id list v] contains (user id)> //add in to this list the id's of moderators ask [What number item of the list?] and wait set [# v] to <answer> ask [What do you want to replace it with?] and wait set [replace v] to <answer> replace item (#) of [list v] with (replace) else say [You're not a moderator!] for (2) secs end end
Last edited by TorbyFork234 (2012-12-05 18:57:37)
Offline