User:Outofspace/PM SYSTEM: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Outofspace
>Outofspace
No edit summary
Line 1: Line 1:
<br><i>Version 1.00.00</i>
<br><i>Version 1.02.00b</i>


A place messaging system.
A place messaging system.
Line 28: Line 28:
***<i>nread</i> - Lists all unread messages.
***<i>nread</i> - Lists all unread messages.
***<i>all</i> - Lists all messages under your inbox.
***<i>all</i> - Lists all messages under your inbox.
**<b>v/<i>title</i></b> - Replace "title" with the name of the message you want to read.
**<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.
**<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.
Line 40: Line 40:
*Powerlevel (2) - Everything Admins do, except they can't read Admin messages.
*Powerlevel (2) - Everything Admins do, except they can't read Admin messages.
*Powerlevel (1) - Send, view, edit, and delete messages.
*Powerlevel (1) - Send, view, edit, and delete messages.
*Powerlevel (0) - Get to use nothing. Set these in the "send" script.
*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:
*Here are their commands:


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


Line 50: Line 55:
***<b>last/</b> - Views last sent message.
***<b>last/</b> - Views last sent message.
***<b>clear/</b> - clears everything under "Messages", including the last sent.
***<b>clear/</b> - clears everything under "Messages", including the last sent.
***<b>nopm/<i>player</i></b> - sets the powerlevel of "player" to 0
***<b>pl1/<i>player</i></b> - sets the powerlevel of "player" to 1
***<b>reg/<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


** PL 3 can:
** PL 3 can:
***Do everthing that PL 1-2 can.
***Do everthing that PL 0-2 can.
***<b>shutdown/</b> - Turns off PM_SYSTEM...forever.
***<b>shutdown/</b> - Turns off PM_SYSTEM...forever.
***<b>pl3/<i>player</i></b> - sets the power level of "player" to 3
***<b>pl3/<i>player</i></b> - sets the powerlevel of "player" to 3
***<b>pl2/<i>player</i></b> - guess at it.
***<b>pl2/<i>player</i></b> - sets the powerlevel of "player" to 2




Line 78: Line 84:


*Announcements.
*Announcements.
=Fixes=
==1.002.000b==
===Commands===
*<b>v/</b> was replaced with <b>open</b>.
*Fixed a problem where <b>view/nread</b> would view everything.
*You can now "nopm" yourself.
===Powerlevels===
*Added <b>-1</b>.
===Messages===
*<b>view/blah</b> will now display for 2 seconds.
*"isnew" was fixed.

Revision as of 07:47, 20 November 2008


Version 1.02.00b

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.
    • 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.
    • 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.
    • 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) - 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.
      • clear/ - clears everything under "Messages", including the last sent.
      • 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.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.

Fixes

1.002.000b

Commands

  • v/ was replaced with open.
  • Fixed a problem where view/nread would view everything.
  • You can now "nopm" yourself.

Powerlevels

  • Added -1.

Messages

  • view/blah will now display for 2 seconds.
  • "isnew" was fixed.