Difference between revisions of "+re"

From Flexible Survival
Jump to: navigation, search
(Created page with "'''+re''' brings up the list of renting commands.<br><br> <b>+re #status</b><br> --See if the room can be rented from, owner, and other info.<br> <b>+re #r...")
 
m (Remove redundant word)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''+re''' brings up the list of renting commands.<br><br>
+
<code>+re</code> brings up the list of renting commands.
  
  
<b>+re #status</b><br>                  --See if the room can be rented from, owner, and other info.<br>
+
;<code>+re #status</code>
<b>+re #rentroom</b><br>                --Rent a single room. You must pay three times the rent immediately.<br>
+
:See if the rooms can be rented in the current location, their owner, and other info.
<b>+re #renthub</b><br>                  --Rent a room that can itself be rented out to others. You must pay five times the rent immediately.<br>
+
;<code>+re #rentroom</code>
<b>+re #setdesc (desc)</b><br>            --Sets the desc of a rented room, if you own it.<br>
+
:Rent a single room. You must pay three times the rent immediately.
<b>+re #setname (name)</b><br>            --Sets the name of a rented room, if you own it.<br>
+
;<code>+re #renthub</code>
<b>+re #abode</b><br>                    --Sets a room abode for 5 minutes, allowing people to link there.<br>
+
:Rent a room that can itself be rented out to others. You must pay five times the rent immediately.
<b>+re #lock </b><br>                    --Locks a room from inside.<br>
+
;<code>+re #setdesc <desc></code>
<b>+re #lock fancy</b><br>                --Locks a room from inside. <b>WARNING: this will increase your rental.</b><br>
+
:Sets the description of a rented room, if you own it.
<b>+re #unlock</b><br>                    --Unlocks a room from inside.<br>
+
;<code>+re #setname <name></code>
<b>+re #leave</b><br>                    --Unrents the room you are in.<br>
+
:Sets the name of a rented room, if you own it.
 +
;<code>+re eject <name></code>
 +
:Eject player called <name> from your room.
 +
;<code>+re #abode</code>
 +
:Sets a room abode for 5 minutes, allowing people to link there.
 +
;<code>+re #lock </code>
 +
:Locks a room from inside. Also works from outside, with caveats (see [[Renting#Features and limitations|renting]]).
 +
;<code>+re #lock fancy</code>
 +
:Locks a room with a 'fancy' lock that allows adding additional players that can access your room. <b>WARNING: this will increase your rental, and is pretty much undocumented.</b>
 +
;<code>+re #unlock</code>
 +
:Unlocks a room from inside. Also works from outside, with caveats (see [[Renting#Features and limitations|renting]]).
 +
;<code>+re #leave</code>
 +
:Unrents the room you are in.
 +
;<code>+re co-owner <[!]name></code>
 +
:Share ownership of a room with another player, or remove another player from shared ownership if <code>!</code> is used. Also has caveats, see [[Renting#Features and limitations|renting]] for details.
  
[+ Commands]
+
[[Category:Commands]]

Latest revision as of 06:20, 15 August 2019

+re brings up the list of renting commands.


+re #status
See if the rooms can be rented in the current location, their owner, and other info.
+re #rentroom
Rent a single room. You must pay three times the rent immediately.
+re #renthub
Rent a room that can itself be rented out to others. You must pay five times the rent immediately.
+re #setdesc <desc>
Sets the description of a rented room, if you own it.
+re #setname <name>
Sets the name of a rented room, if you own it.
+re eject <name>
Eject player called <name> from your room.
+re #abode
Sets a room abode for 5 minutes, allowing people to link there.
+re #lock
Locks a room from inside. Also works from outside, with caveats (see renting).
+re #lock fancy
Locks a room with a 'fancy' lock that allows adding additional players that can access your room. WARNING: this will increase your rental, and is pretty much undocumented.
+re #unlock
Unlocks a room from inside. Also works from outside, with caveats (see renting).
+re #leave
Unrents the room you are in.
+re co-owner <[!]name>
Share ownership of a room with another player, or remove another player from shared ownership if ! is used. Also has caveats, see renting for details.