User:Outofspace/PM SYSTEM: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Outofspace
No edit summary
>Outofspace
0.7c
Line 1: Line 1:
<br><i>Pre-Version 0.6a</i>
<br><i>Pre-Version 0.7c</i>


Still under development! Will be released 1.0+
Still under development! Will be released 1.0+
Line 9: Line 9:
It doesn't work right now (rather, it's not turned on.) But as of now it has:
It doesn't work right now (rather, it's not turned on.) But as of now it has:


*The ability to add Admins/Mods/Banned people.
*<b>make/</b> - Makes a message. Nothing special.
*Check the last message sent. (Admins/Mods power)
*<b>config/</b> - Configures a message. Here you can do:
*Clearing the "last sent message/script" message.
**<b>rec/</b> - Sets the recipient, or to whom the message will be sent.
*Error checking.
**<b>title/</b> - Sets the message title.
**<b>body/</b> - Make the body, all text after the "/" will be in it. Try not to make this too long.
**<b>exit/</b> - Exits the message configuration.
*<b>del/</b> - Deletes a message.
*<b>send/</b> - Sends a message. If no recipient is set, the message will not be sent.


==Rights==
==Rights==
Line 18: Line 22:
*Admins - Get to view, edit, remove, and send ALL messages and scripts.
*Admins - Get to view, edit, remove, and send ALL messages and scripts.
*Mods - Everything Admins do, except they can't read Admin messages.
*Mods - Everything Admins do, except they can't read Admin messages.
*Normal - Send, and view scripts/messages.
*Normal - Send, view, edit, and delete messages.
*Banned - Get to use nothing.
*Banned - Get to use nothing.
A/M's can:
*The ability to upgrade a power.
*Check the last message sent.
*Clearing the "last sent message/script" message.
*Error checking.


==Scripts==
==Scripts==


*config - Runs the entire thing. This sets rights, sends, views, edits, etc.  
*config - Main user rights script. If you remove this, there will be no special powers.
*function - Makes tables, values, and scripts.
*function - Makes values, and scripts.
*send - Copies scripts, acts as a script builder in general.
*send - Main script.  


==Sub-Models==
==Sub-Models==
Line 40: Line 51:
*Rename/Edit drafts.
*Rename/Edit drafts.
*Use of "/sc"
*Use of "/sc"
*Anonymous message sender?


==Moderation==
==Moderation==
Line 45: Line 57:
*Remove EVERYTHING.
*Remove EVERYTHING.
*Edit EVERYTHING.
*Edit EVERYTHING.
*Can send a message to everyone at once.

Revision as of 03:46, 10 November 2008


Pre-Version 0.7c

Still under development! Will be released 1.0+

Features

It doesn't work right now (rather, it's not turned on.) But as of now it has:

  • make/ - Makes a message. Nothing special.
  • config/ - Configures a message. Here you can do:
    • rec/ - Sets the recipient, or to whom the message will be sent.
    • title/ - Sets the message title.
    • body/ - Make the body, all text after the "/" will be in it. Try not to make this too long.
    • exit/ - Exits the message configuration.
  • del/ - Deletes a message.
  • send/ - Sends a message. If no recipient is set, the message will not be sent.

Rights

  • Admins - Get to view, edit, remove, and send ALL messages and scripts.
  • Mods - Everything Admins do, except they can't read Admin messages.
  • Normal - Send, view, edit, and delete messages.
  • Banned - Get to use nothing.

A/M's can:

  • The ability to upgrade a power.
  • Check the last message sent.
  • Clearing the "last sent message/script" message.
  • Error checking.

Scripts

  • config - Main user rights script. If you remove this, there will be no special powers.
  • function - Makes values, and scripts.
  • send - Main script.

Sub-Models

  • Messages - Stores all sent messages and script (disabled). It also holds the "last sent" StringValue which makes the "last sent" message.

RoadMap for 1.0+

General

  • Send messages =P.
  • Delete stored messages/scripts.
  • Copy stored messages/scripts.
  • Rename/Edit drafts.
  • Use of "/sc"
  • Anonymous message sender?

Moderation

  • Remove EVERYTHING.
  • Edit EVERYTHING.
  • Can send a message to everyone at once.