Skip to content

Redwall MUCK Site

Sections
Personal tools
You are here: Home » Programming Area » Programs Archive » pretty cool
« November 2008 »
Su Mo Tu We Th Fr Sa
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            
 

Comment

Above in this comment thread: Programs Archive » Stuffed liger

pretty cool

Posted by Ravin at 2007-02-10 07:31 PM
Nice, I like the liger, especialy the note. couldyou please give me the basics of coding, like how to make an object do something when you do a certain action?
Comment

how to do somethin

Posted by: DZeil at 2007-02-19

There are a few ways to do thing.

First of all, you need an action. Actions are the same thing as exits, except instead of opening to other rooms they link to a dead-end which you can link to called $nothing.

So, you use the @action command to make an action (all of these functions have in-game syntax help for you with how to do these things), and this will be your command.

@link the action to $nothing

Now, there are two "success" functions: @succ, and @osucc. They execute to the person, and the whole room (@osucc does the room, minus the person, while @succ is just the person).

In the programming area under MPI tutorials there are many in-depth tutorials.

 
 
 

Powered by Plone

This site conforms to the following standards: