Home
About
Policies
FAQ
Forums
Registration
Password Recovery

Building walk through

From Tapestries MUCK

(Difference between revisions)
Jump to: navigation, search
(Made easier to read)
Line 1: Line 1:
-
<Building your complete home w/your own parent room>
+
== <Building your complete home w/your own parent room> ==
-
1>@dig Home
+
-
-Room created with numbers #1 parent room #11414
+
-
-@set #1=l
+
-
2>@dig Bedroom
+
-
-Room created with numbers #2 parent room #11414
+
-
-@set #2=a
+
-
-@set #2=l
+
-
3>@dig Bathroom
+
-
-Room created with numbers #3 parent room #11414
+
-
-@set #3=l
+
-
4>@dig Livingroom
+
-
-Room created with numbers #4 parent room #11414
+
-
@set #4=l
+
-
------
+
-
Now that the creation part is completed we can move on the next steps. Moving the rooms into the home, thus creating a parent room for the other three rooms.
+
-
5>@tele #2=#1
+
-
-@tele #3=#1
+
-
-@tele #4=#1
+
-
6>Linking remotely
+
-
-@action Bedroom;b=#1
+
-
--action created with numbers #12 source #1
+
-
@link #12=#2
+
-
--action Bedroom;b linked to Bedroom
+
-
-@action Bathroom;br=#1
+
-
--action created wtih numbers #13 source #1
+
-
@link #13=#3
+
-
--action Bathroom;br linked to Bathroom
+
-
-@action Livingroom;lr=#1
+
-
--action created with numbers #14 source #1
+
-
@link #14=#4
+
-
--action Livingroom;lr linked to Livingroom
+
-
--------
+
-
7>@succ/@osucc
+
-
--type help @success and help @osuccess.
+
-
By doing this you can create text messages for your exits when people use them.
+
-
EX: @succ #14=You walk into the Living Room.
+
-
----@osucc #14=has left and went to the living room.
+
-
--------------------------------
+
-
This is all operated and done remotely. When you become more experienced you will learn that aliases of action exits can be used in place of their debref numbers. I suggest you also type help @set as well. That will tell you your flags. Such as A is for Abode. L is for Link_ok and so on. To remove flags remotely you would type @set #4=!l
+
-
And that's it.
+
-
 
+
-Note: this is somewhat advanced but should be easy enough.
-Note: this is somewhat advanced but should be easy enough.
 +
-Anuba
-Anuba
 +
 +
 +
1>
 +
  @dig Home
 +
  Room created with numbers #1 parent room #11414
 +
  @set #1=l
 +
 +
2>
 +
  @dig Bedroom
 +
  Room created with numbers #2 parent room #11414
 +
  @set #2=a
 +
  @set #2=l
 +
 +
3>
 +
  @dig Bathroom
 +
  Room created with numbers #3 parent room #11414
 +
  @set #3=l
 +
 +
4>
 +
  @dig Livingroom
 +
  Room created with numbers #4 parent room #11414
 +
  @set #4=l
 +
 +
''Now that the creation part is completed we can move on the next steps. Moving the rooms into the home, thus creating a parent room for the other three rooms.''
 +
 +
5>
 +
  @tele #2=#1
 +
  @tele #3=#1
 +
  @tele #4=#1
 +
 +
6>
 +
 +
''Linking remotely''
 +
  @action Bedroom;b=#1
 +
  action created with numbers #12 source #1
 +
  @link #12=#2
 +
  action Bedroom;b linked to Bedroom
 +
  @action Bathroom;br=#1
 +
  action created wtih numbers #13 source #1
 +
  @link #13=#3
 +
  action Bathroom;br linked to Bathroom
 +
  @action Livingroom;lr=#1
 +
  action created with numbers #14 source #1
 +
  @link #14=#4
 +
  action Livingroom;lr linked to Livingroom
 +
 +
7>
 +
 +
''@succ/@osucc''
 +
  help @success
 +
  help @osuccess.
 +
''By doing this you can create text messages for your exits when people use them.''
 +
  @succ #14=You walk into the Living Room.
 +
  @osucc #14=has left and went to the living room.
 +
 +
''This is all operated and done remotely. When you become more experienced you will learn that aliases of action exits can be used in place of their debref numbers. I suggest you also type help @set as well. That will tell you your flags. Such as A is for Abode. L is for Link_ok and so on. To remove flags remotely you would type:''
 +
  @set #4=!l
 +
''And that's it.''

Revision as of 03:55, 19 August 2010

<Building your complete home w/your own parent room>

-Note: this is somewhat advanced but should be easy enough.

-Anuba


1>

 @dig Home
 Room created with numbers #1 parent room #11414
 @set #1=l

2>

 @dig Bedroom
 Room created with numbers #2 parent room #11414
 @set #2=a
 @set #2=l

3>

 @dig Bathroom
 Room created with numbers #3 parent room #11414
 @set #3=l

4>

 @dig Livingroom
 Room created with numbers #4 parent room #11414
 @set #4=l

Now that the creation part is completed we can move on the next steps. Moving the rooms into the home, thus creating a parent room for the other three rooms.

5>

 @tele #2=#1
 @tele #3=#1
 @tele #4=#1

6>

Linking remotely

 @action Bedroom;b=#1
 action created with numbers #12 source #1
 @link #12=#2
 action Bedroom;b linked to Bedroom
 @action Bathroom;br=#1
 action created wtih numbers #13 source #1
 @link #13=#3
 action Bathroom;br linked to Bathroom
 @action Livingroom;lr=#1
 action created with numbers #14 source #1
 @link #14=#4
 action Livingroom;lr linked to Livingroom

7>

@succ/@osucc

 help @success 
 help @osuccess.

By doing this you can create text messages for your exits when people use them.

 @succ #14=You walk into the Living Room.
 @osucc #14=has left and went to the living room.

This is all operated and done remotely. When you become more experienced you will learn that aliases of action exits can be used in place of their debref numbers. I suggest you also type help @set as well. That will tell you your flags. Such as A is for Abode. L is for Link_ok and so on. To remove flags remotely you would type:

 @set #4=!l

And that's it.

Personal tools
Namespaces
Variants
Actions
navagation
information
wiki
Toolbox