Difference between revisions of "+RPME code idea"

From City of Hope MUSH
Jump to navigation Jump to search
(Created page with "This code would be in place to allow people to request scenes from one another even when they don't see one another. Having a rolling list of scenes that a person can choose w...")
 
m
Line 1: Line 1:
 +
NOTE: THIS CODE DOES NOT EXIST. It is a proposal to staff for a new codeset to allow for easier tracking of scenes to be played and requests for them. I repeat, THIS CODE DOES NOT EXIST.
 +
 +
== PROPOSAL: ==
 +
 
This code would be in place to allow people to request scenes from one another even when they don't see one another. Having a rolling list of scenes that a person can choose will make RP much more easily available.
 
This code would be in place to allow people to request scenes from one another even when they don't see one another. Having a rolling list of scenes that a person can choose will make RP much more easily available.
  

Revision as of 09:21, 17 April 2023

NOTE: THIS CODE DOES NOT EXIST. It is a proposal to staff for a new codeset to allow for easier tracking of scenes to be played and requests for them. I repeat, THIS CODE DOES NOT EXIST.

PROPOSAL:

This code would be in place to allow people to request scenes from one another even when they don't see one another. Having a rolling list of scenes that a person can choose will make RP much more easily available.

To request a scene:

+rpme Bob=For Dinner and Fun/Anytime

This would ask Bob to do a 'Dinner and Fun' style scene any time he is available. To send it to multiple people at once, it would look more like:

+rpme Bob Joanne Stacy=For Dinner and Fun/Anytime

To see your requests:

+rpme/list

And the output would look something like this:

===============+rpme Received Requests====================<br>
Bob/1..............Dinner and Fun..................Anytime
Joe/1..............Sphere chatter................by 5/1/23
Annie/1............Coffee and gossip.............by 6/2/23
===========================================================

Using the command:

+rpme Bob/1

would bring up:

==================== +rpme Request: Bob/1 ======================<br>
BOB has requested a scene for DINNER AND FUN to be scheduled 
ANYTIME.

+rpaccept Bob/1 - Accept this request without a date
+rpaccept Bob/1=4/25/23 - Accept this request and suggest a date
+rpdecline Bob/1- Decline this request without explanation
+rpdecline Bob/1=reason - decline this request with a reason
+rpadd Bob/1=NAME  - Add another person, NAME, to the scene request
=================================================================

You can check your sent requests with

+rpme/sent 

which would bring up:

===================+rpme Sent Requests====================<br>
?..To:................Reason..........................Sent
Y..Bob/1..............Dinner and Fun...............04/17/23
===========================================================

Where the Y/N/? column tells the status. (Accepted - Y, Declined - N, Unanswered - ?)