Added Map creation section
This commit is contained in:
16
README.md
16
README.md
@@ -41,7 +41,21 @@ These are the actions that the player can do.
|
||||
- Command Prompt: ':'
|
||||
|
||||
---
|
||||
---
|
||||
# Map Creation
|
||||
Creating the map starts with a clean slate. And, The user must be in DEV mode.
|
||||
_This means that this user must have the dev tag_. Next you will have a serease
|
||||
of commands that you can execute using the _Command Prompt_. Here is a list of
|
||||
dev commands to help you create this world.
|
||||
|
||||
| Command | Description |
|
||||
|:--------:|:-------------|
|
||||
|`Line (tile) (x) (y)`| This will create a line with the selected tile. |
|
||||
|`block (tile) (x) (y)`| This will make a block with the size of x and y. |
|
||||
|`Place (obj) (x) (y)`| This will place a object _like a objective_ at x and y. |
|
||||
|`trap (trap) (x) (y) (...)`| This will place a trap with custome varibles. |
|
||||
|`trigger (trigger Type) (id) (x) (y)`| places a trigger with the size of x and y. |
|
||||
|`npc (name) (npc type)`| This will create a npc. This will popup with some questions in the prompt for you to answer. |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user