muck:zombies
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
muck:zombies [2024/01/04 16:03] – created Jarvis | muck:zombies [2024/01/04 16:06] (current) – Jarvis | ||
---|---|---|---|
Line 13: | Line 13: | ||
====== Instructions ====== | ====== Instructions ====== | ||
- | Making a zombie is fairly easy. We're going to make a zombie called TestZomb with DBREF ```#123```. Replace TestZomb with your desired zombie name, and ```#123``` with the created object' | + | Making a zombie is fairly easy. We're going to make a zombie called TestZomb with DBREF #123. Replace TestZomb with your desired zombie name, and #123 with the created object' |
First, create the object. | First, create the object. | ||
- | ``` | + | < |
@create TestZomb | @create TestZomb | ||
- | ``` | + | </ |
Next, set flags on it: | Next, set flags on it: | ||
- | ``` | + | < |
@set testzomb=z | @set testzomb=z | ||
@set testzomb=x | @set testzomb=x | ||
@flock testzomb=me | @flock testzomb=me | ||
- | ``` | + | </ |
- | Now, set up your control action. | + | Now, set up your control action. |
- | ``` | + | < |
@act tz=me | @act tz=me | ||
@link tz=$nothing | @link tz=$nothing | ||
@succ tz={force:# | @succ tz={force:# | ||
- | ``` | + | </ |
- | Note the ```#123``` in there; replace with your object reference, including the hash mark. And of course, replace | + | Note the **#123** in there; replace with your object reference, including the hash mark. And of course, replace |
- | ``` | + | < |
drop zombie | drop zombie | ||
tz :waves hello! | tz :waves hello! | ||
- | ``` | + | </ |
- | You will be able to see through the zombie' | + | You will be able to see through the zombie' |
- | You can use editplayer with the test zombie, by using ```tz editplayer``` and zombies can use morphs, etc. Please note I haven' | + | You can use editplayer with the test zombie, by using **tz editplayer** and zombies can use morphs, etc. Please note I haven' |
- | You can rename your zombie with ```@name``` if you want to reuse it: ```@name testzombie=NewName```. | + | You can rename your zombie with **@name** if you want to reuse it: |
+ | |||
+ | < | ||
+ | @name testzombie=NewName | ||
+ | </ | ||
Enjoy and try not to be annoying with these things :) | Enjoy and try not to be annoying with these things :) | ||
muck/zombies.1704384183.txt.gz · Last modified: 2024/01/04 16:03 by Jarvis