Tuesday, October 02, 2018

Proposal: Logging In

Reached quorum 5 votes to 0. Enacted by Kevan.

Adminned at 03 Oct 2018 07:54:53 UTC

After the third line in the Master Control Program, add:-

accessCode = “__INPUT”

Add to the Preprocessor bullet list:-

__INPUT may optionally be replaced with any single character from the Input state of the Program which is executing the Master Control Program.

If “for (var i = 0; i < 5; i++) {" exists in the ruleset, add the following line before it:-
if (accessCode == “c”) {
Then add "}” on a line by itself, after the “printLine(msg);” line. To the start “Running the Program”, add:-
A Program may Execute the Master Control Program as a daily action.
Then replace all curved quote marks in the Master Control Program rule with regular quote marks.

Adding a player-selection input method, putting the random-reset section behind a “c” access code (currently only available to Card) and allowing Programs to actually execute the MCP if they feel like it.

Comments

9spaceking:

02-10-2018 19:36:19 UTC

for

Brendan: he/him

02-10-2018 19:56:03 UTC

for

card:

03-10-2018 00:16:49 UTC

imperial

Trigon:

03-10-2018 01:03:27 UTC

__INPUT may optionally be replaced

Optionally? What is the logic behind it being optional?

Lulu: she/her

03-10-2018 03:51:32 UTC

for

Kevan: he/him

03-10-2018 07:48:31 UTC

[Trigon] Just the general rule of thumb that making something optional means that if a player forgets to do it, it doesn’t matter.