Difference between revisions of "Ylands Editor"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Welcome to Editor documentation. | Welcome to Editor documentation. | ||
− | == | + | == Knowledge== |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | *[[Ylands Making your own game|How to make my first game]] | |
− | *[[ | + | |
− | *[[Ylands | + | *[[:Category: Editor: How To|Editor guides]] |
+ | |||
+ | *[[:Category: Script: How To|Script guides]] | ||
+ | |||
+ | *[[:Category:Ylands: How To|Misc guides]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Database === | === Database === | ||
− | |||
− | |||
+ | *[[:Category:Game Logic|List of Game Logic]] | ||
− | + | *[[:Category:Instructions|List of Script tiles]] | |
− | |||
− | *[[ | ||
Line 53: | Line 36: | ||
*[[Ylands Tutorial - User interface|Scripting tutorial 13: User interface]] | *[[Ylands Tutorial - User interface|Scripting tutorial 13: User interface]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
---- | ---- | ||
{{Navbox/Ylands}} | {{Navbox/Ylands}} |
Latest revision as of 19:43, 17 November 2021
Welcome to Editor documentation.
Knowledge
Database
Tutorials
Support information for Example scenarios available in-game.
- Scripting tutorial 1: Entity interactions
- Scripting tutorial 2: Trigger zone
- Scripting tutorial 3: Event listener
- Scripting tutorial 4: Entity operations
- Scripting tutorial 5: Variables
- Scripting tutorial 6: Loops & Arrays
- Scripting tutorial 7: Conditions
- Scripting tutorial 8: Labels
- Scripting tutorial 9: Time
- Scripting tutorial 10: Custom instructions
- Scripting tutorial 11: Global storage
- Scripting tutorial 12: Entity storage
- Scripting tutorial 13: User interface