User:Outofspace/PM SYSTEM: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Outofspace
0.99e
>Outofspace
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<br><i>Pre-Version 0.99e</i>
<br><i>Working(Released) Version 1.004.010b</i>
<br><i>Updated Pre-Version 1.005.000a</i>


Still under development! Will be released 1.0+
A place messaging system.


__TOC__
__TOC__
Line 7: Line 8:
=Features=
=Features=


You can tamper with this in [[User:Outofspace/Script Builder|my script builder]].
You can tamper with this in [[User:Outofspace/Script Builder|my script builder]] or you can pick a copy up in my models. Most help can be found in the "README" script.


<b>All text in <i>italics</i> represents user input. replace it with something optional. All items <s>striked</s> are not functional yet.</b>
==Commands==
 
<b>All text in <i>italics</i> represents user input. replace it with something optional. All items <s>striked</s> are not functional yet, but will be in the future.</b>


*Making a message:
*Making a message:


**<b>make/<i>name</i></b> - Makes a message. Nothing special.
**<b>make/<i>name</i></b> - Makes a message. "name" will be known as it's "ProjectName"
**<b>rec/<i>name</i></b> - Sets the recipient, or to whom the message will be sent.
**<b>rec/<i>name</i></b> - Sets the recipient, or to whom the message will be sent.
**<b>title/<i>name</i></b> - Sets the message title. Be "creative".
**<b>title/<i>name</i></b> - Sets the message title. Be "creative".
**<b>b/<i>text</i></b> - This makes the message part. It might be required. You decide.
**<b>b/<i>text</i></b> - This makes the message part. It might be required. You decide.
**<b>save/</b> - Saves message(s) to later be sent. (See Also: Draft)
**<b>clear/<i>title</i></b> - Clear's a message's body.
**<b>save/</b> - Saves message(s) to later be sent.
**<b>open-project/<i>name</i></b> - This opens said saved items. Just replace name with the previous prject name.
**<b>delete/<i>name</i></b> - Deletes a message.
**<b>delete/<i>name</i></b> - Deletes a message.
**<b>send/<i>name</i></b> - Sends a message. If no recipient, body, or title is set, the message will not be sent.
**<b>send/<i>name</i></b> - Sends a message. If no recipient, body, or title is set, the message will not be sent.
Line 23: Line 28:
*Checking messages:
*Checking messages:


**<s><b>view/</b></s> - Views all messages within your inbox.
**<b>view/<i>INPUT</i></b> - Views messages based on what "INPUT" is. See bellow for what you can replace it with.
**<s><b>select/<i>title</i></b></s> - Reads a message.
***<i>nread</i> - Lists all unread messages in you inbox.
***<i>all</i> - Lists all messages under your inbox.
**<b>open/<i>title</i></b> - Replace "title" with the name of the message you want to read.
**<b>check/<i></i></b> - Tells how many new messages you have.
**<s><b>reply/<i>title</i></b></s> - Obvious. Works the same way as "make" would.
**<s><b>reply/<i>title</i></b></s> - Obvious. Works the same way as "make" would.
**<s><b>del/<i>title</i></b></s> - Removes a message.
**<b>close/<i>title</i></b> - Removes a message once it's been opened.
***<s><b>del/<i>all</i></b></s> - Removes everything from your inbox.
***<s><b>del/<i>read</i></b></s> - Removes only read messages from your inbox.
***<s><b>del/<i>nread</i></b></s> - Removes only not read messages from your inbox.


==Rights==
==Rights==


*Admins - Get to view, edit, remove, and send ALL messages and scripts.
<i>Anything in "()'s" is a powerlevel. things in <b>Bold</b> are commands.</i>
*Mods - Everything Admins do, except they can't read Admin messages.
*Normal - Send, view, edit, and delete messages.
*Banned - Get to use nothing. Set these in the "send" script.


A/M's can:
*Powerlevel (3) - Get to view, edit, remove, and send ALL messages and scripts.
*Powerlevel (2) - Everything Admins do, except they can't read Admin messages.
*Powerlevel (1) - Send, view, edit, and delete messages.
*Powerlevel (0) - Can view messages; cannot make or send anything.
*Powerlevel (-1) - Gets to use nothing. Set these people in the "send" script.


*The ability to upgrade a power.
*Here are their commands:
*Check the last message sent.
*Clearing the "last sent message/script" message.
*Error checking.


==Scripts==
**PL 0 can:
***Check or view messages.
***Nothing besides that.
 
**PL 1 can:
***Do everything under "Making a message"


*config - Main user rights script. If you remove this, there will be no special powers.
** PL 2 can:
*function - Makes values, and scripts.
***<b>last/</b> - Views last sent message.
*send - Main script.
***<b>pl1/<i>player</i></b> - sets the powerlevel of "player" to 1
***<b>pl0/<i>player</i></b> - sets the powerlevel of "player" to 0
***<b>nopm/<i>player</i></b> - sets the powerlevel of "player" to -1


==Sub-Models==
** PL 3 can:
***Do everthing that PL 0-2 can.
***<b>shutdown/</b> - Turns off PM_SYSTEM...forever.
***<b>pl3/<i>player</i></b> - sets the powerlevel of "player" to 3
***<b>pl2/<i>player</i></b> - sets the powerlevel of "player" to 2


*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+=
==Scripts==


==General==
*setup - Makes values, models, and scripts for newplayers and within the main model.
*send - This runs the show.
*README - Information about PM_SYSTEM.


*Ability for text to scroll across screen.
=RoadMap for 1.005+=
*Use of "/sc"
*Anonymous message sender?


==Moderation==
==General==


*Remove EVERYTHING.
*KeyDown tool; removing all but 4 commands.
*Edit EVERYTHING.
*Announcements.

Latest revision as of 05:16, 17 December 2008


Working(Released) Version 1.004.010b
Updated Pre-Version 1.005.000a

A place messaging system.

Features

You can tamper with this in my script builder or you can pick a copy up in my models. Most help can be found in the "README" script.

Commands

All text in italics represents user input. replace it with something optional. All items striked are not functional yet, but will be in the future.

  • Making a message:
    • make/name - Makes a message. "name" will be known as it's "ProjectName"
    • rec/name - Sets the recipient, or to whom the message will be sent.
    • title/name - Sets the message title. Be "creative".
    • b/text - This makes the message part. It might be required. You decide.
    • clear/title - Clear's a message's body.
    • save/ - Saves message(s) to later be sent.
    • open-project/name - This opens said saved items. Just replace name with the previous prject name.
    • delete/name - Deletes a message.
    • send/name - Sends a message. If no recipient, body, or title is set, the message will not be sent.
  • Checking messages:
    • view/INPUT - Views messages based on what "INPUT" is. See bellow for what you can replace it with.
      • nread - Lists all unread messages in you inbox.
      • all - Lists all messages under your inbox.
    • open/title - Replace "title" with the name of the message you want to read.
    • check/ - Tells how many new messages you have.
    • reply/title - Obvious. Works the same way as "make" would.
    • close/title - Removes a message once it's been opened.

Rights

Anything in "()'s" is a powerlevel. things in Bold are commands.

  • Powerlevel (3) - Get to view, edit, remove, and send ALL messages and scripts.
  • Powerlevel (2) - Everything Admins do, except they can't read Admin messages.
  • Powerlevel (1) - Send, view, edit, and delete messages.
  • Powerlevel (0) - Can view messages; cannot make or send anything.
  • Powerlevel (-1) - Gets to use nothing. Set these people in the "send" script.
  • Here are their commands:
    • PL 0 can:
      • Check or view messages.
      • Nothing besides that.
    • PL 1 can:
      • Do everything under "Making a message"
    • PL 2 can:
      • last/ - Views last sent message.
      • pl1/player - sets the powerlevel of "player" to 1
      • pl0/player - sets the powerlevel of "player" to 0
      • nopm/player - sets the powerlevel of "player" to -1
    • PL 3 can:
      • Do everthing that PL 0-2 can.
      • shutdown/ - Turns off PM_SYSTEM...forever.
      • pl3/player - sets the powerlevel of "player" to 3
      • pl2/player - sets the powerlevel of "player" to 2


Scripts

  • setup - Makes values, models, and scripts for newplayers and within the main model.
  • send - This runs the show.
  • README - Information about PM_SYSTEM.

RoadMap for 1.005+

General

  • KeyDown tool; removing all but 4 commands.