User:Eochaid
From LiberationMUSH Wiki
Dreaming Code
How to set a place's dreaming desc
&faedesc here=<your desc text goes here> &dreamingdesc here=%x0x2e[wrap(u(faedesc),74)]%xn
Breaking this down:
The first line sets an arbitrary value called faedesc on on the room. This allows commas without having to worry about the comma breaking the wrap function.
The %x0x2e is a color choice. If you type +palette, you'll see the full range of colors. You can pick your own.
The stuff within the square brackets is softcode that gets the value of the faedesc value and wraps it to a column 78 characters wide, which is the server default.
%xn then sets the color to normal so that the autumn description is not also the color of your faedesc.
Have fun out there Dreambeings.
Emit and Pose
&cmd.emit me=$+emit *:@emit %t[u(var.pose.color)]%0 &cmd.pose me=$+pose *:@emit %t[u(var.pose.color)]%n %0 &var.pose.color me=%x0x28
Fae Views Code
This emulates +view with one exception.