Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| housing-guide [2023/12/21 17:04] – [Scripts Editor] kiwix | housing-guide [2025/08/18 16:50] (current) – old revision restored (2024/01/04 16:32) grumpy | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{: | + | {{: |
| ==== Summary ==== | ==== Summary ==== | ||
| Line 13: | Line 13: | ||
| - | === What can Rick does? === | + | ---- |
| - | Rick helps you to manage your house, not only by giving you access to your houses settings, but also by providing items, blocks, armors, ... | + | === What can Rick do? === |
| - | He also have a way to toggle the scripts you created in case you want to make a script load only in a certain house. (Note that by default all scripts are enabled on all of your houses) | + | |
| + | Rick helps you manage your house, not only by giving you access to your house settings but also by providing items, blocks, armor, etc. He also has a way to toggle the scripts you created in case you want to make a script load only in a certain house. (Note that by default, all scripts are enabled on all of your houses) | ||
| + | |||
| + | ---- | ||
| === How to use Rick === | === How to use Rick === | ||
| - | You can both click on the Rick's npc in the center of your house or use the **/rick** command. | + | You can either |
| + | ---- | ||
| ==== Commands ==== | ==== Commands ==== | ||
| The housing experience is gui based, however there is a list of command you must know to enjoy your experience. | The housing experience is gui based, however there is a list of command you must know to enjoy your experience. | ||
| Line 46: | Line 48: | ||
| | /redo | Redoes the last /undo command you made. | | | /redo | Redoes the last /undo command you made. | | ||
| | /rotate < | | /rotate < | ||
| + | | / | ||
| + | | / | ||
| + | | / | ||
| + | | / | ||
| + | | / | ||
| + | | / | ||
| + | | /home | Teleports you to the last house you were in. (Works only for your houses and the houses you're a member) | ||
| ==== Scripts Editor ==== | ==== Scripts Editor ==== | ||
| The script editor provides a codeless experience to create scripts and quests to enhance your houses. | The script editor provides a codeless experience to create scripts and quests to enhance your houses. | ||
| Line 52: | Line 61: | ||
| === Create a session === | === Create a session === | ||
| Creating an editor session is the first step you need to go through before creating or editing your scripts. | Creating an editor session is the first step you need to go through before creating or editing your scripts. | ||
| - | In order to get a fresh session execute | + | In order to get a fresh session, execute /editor in housing. Rick will give you a link to the editor after a few seconds. |
| ---- | ---- | ||
| === Templates === | === Templates === | ||
| - | We know creating a scripts | + | We know creating a script |
| See the section below to learn how to create your first script and how to use a template. | See the section below to learn how to create your first script and how to use a template. | ||
| Line 62: | Line 71: | ||
| === Create your first script === | === Create your first script === | ||
| - | Once you clicked | + | Once you click the link Rick gave you, you will have the following modal popping up: |
| - | {{ : | + | {{ : |
| - | The first step is to chose a name for your script and type it in the modal, | + | The first step is to choose |
| then click on the " | then click on the " | ||
| - | //Script name can only contains letters, | + | //Script name can only contains letters, |
| - | {{ : | + | {{ : |
| - | The second and final step is to chose a template to start with, click on your preferred template and click on the " | + | The second and final step is to choose |
| + | You're done! You can start editing your script and creating an awesome experience for the community. | ||
| + | {{ : | ||
| + | ---- | ||
| + | === Toggle scripts === | ||
| + | Rick can help you with script management in-game. In order to toggle your scripts on each of your houses, open Rick's menu and go to the " | ||
| + | {{ : | ||
| + | You can toggle each script by clicking on the " | ||
| ---- | ---- | ||
| + | === Delete a script === | ||
| + | Deleting a script is really easy, you just need to click on the " | ||
| + | {{ : | ||
| + | ---- | ||