User:Outofspace/PM SYSTEM: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Outofspace
0.B3c
>Outofspace
Done, goodnight.
Line 1: Line 1:
<br><i>Pre-Version 0.B3c</i>
<br><i>Version 1.00.00</i>


Still under development (Mostly bug fixes)! Will be released 1.0+
A place messaging system.


__TOC__
__TOC__
Line 7: Line 7:
=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.


<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>
<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>
Line 30: Line 30:
**<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.
**<s><b>del/<i>title</i></b></s> - Removes a message.
***<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==
Line 63: Line 60:
==Scripts==
==Scripts==


*config - No longer used. Future plans: script sender.
*setup - Makes values, models, and scripts for newplayers and within the main model.
*setup - Makes values, models, and scripts for newplayers and within the main model.
*send - This runs the show.
*send - This runs the show.
Line 72: Line 68:
==General==
==General==


*config - No longer used. Future plans: script sender.
*Ability for text to scroll across screen.
*Ability for text to scroll across screen.
*Use of "/sc"
*Use of "/sc"

Revision as of 09:15, 17 November 2008


Version 1.00.00

A place messaging system.

Features

You can tamper with this in my script builder or you can pick a copy up in my models.

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.
    • save/ - Saves message(s) to later be sent. (See Also: Draft)
    • 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.
      • all - Lists all messages under your inbox.
    • v/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.
    • del/title - Removes a message.

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) - Get to use nothing. Set these in the "send" script.
  • Here are their commands:
    • PL 1 can:
      • Do everything under "Making a message"
    • PL 2 can:
      • last/ - Views last sent message.
      • clear/ - clears everything under "Messages", including the last sent.
      • nopm/player - sets the powerlevel of "player" to 0
      • reg/player - sets the powerlevel of "player" to 1
    • PL 3 can:
      • Do everthing that PL 1-2 can.
      • shutdown/ - Turns off PM_SYSTEM...forever.
      • pl3/player - sets the power level of "player" to 3
      • pl2/player - guess at it.


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.0+

General

  • config - No longer used. Future plans: script sender.
  • Ability for text to scroll across screen.
  • Use of "/sc"
  • Anonymous message sender?

Moderation

  • Announcements.