Difference between revisions of "Ylands:Editor"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "[[Ylands " to "[[Ylands:") |
|||
(5 intermediate revisions by 2 users 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 39: | Line 22: | ||
Support information for Example scenarios available in-game. | Support information for Example scenarios available in-game. | ||
− | *[[Ylands Tutorial - Entity interactions|Scripting tutorial 1: Entity interactions]] | + | *[[Ylands:Tutorial - Entity interactions|Scripting tutorial 1: Entity interactions]] |
− | *[[Ylands Tutorial - Trigger zone|Scripting tutorial 2: Trigger zone]] | + | *[[Ylands:Tutorial - Trigger zone|Scripting tutorial 2: Trigger zone]] |
− | *[[Ylands Tutorial - Event listener|Scripting tutorial 3: Event listener]] | + | *[[Ylands:Tutorial - Event listener|Scripting tutorial 3: Event listener]] |
− | *[[Ylands Tutorial - Entity operations|Scripting tutorial 4: Entity operations]] | + | *[[Ylands:Tutorial - Entity operations|Scripting tutorial 4: Entity operations]] |
− | *[[Ylands Tutorial - Variables|Scripting tutorial 5: Variables]] | + | *[[Ylands:Tutorial - Variables|Scripting tutorial 5: Variables]] |
− | *[[Ylands Tutorial - Loops & Arrays|Scripting tutorial 6: Loops & Arrays]] | + | *[[Ylands:Tutorial - Loops & Arrays|Scripting tutorial 6: Loops & Arrays]] |
− | *[[Ylands Tutorial - Conditions|Scripting tutorial 7: Conditions]] | + | *[[Ylands:Tutorial - Conditions|Scripting tutorial 7: Conditions]] |
− | *[[Ylands Tutorial - Labels|Scripting tutorial 8: Labels]] | + | *[[Ylands:Tutorial - Labels|Scripting tutorial 8: Labels]] |
− | *[[Ylands Tutorial - Time|Scripting tutorial 9: Time]] | + | *[[Ylands:Tutorial - Time|Scripting tutorial 9: Time]] |
− | *[[Ylands Tutorial - Custom instructions|Scripting tutorial 10: Custom instructions]] | + | *[[Ylands:Tutorial - Custom instructions|Scripting tutorial 10: Custom instructions]] |
− | *[[Ylands Tutorial - Global storage|Scripting tutorial 11: Global storage]] | + | *[[Ylands:Tutorial - Global storage|Scripting tutorial 11: Global storage]] |
− | *[[Ylands Tutorial - Entity storage|Scripting tutorial 12: Entity storage]] | + | *[[Ylands:Tutorial - Entity storage|Scripting tutorial 12: Entity storage]] |
− | *[[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 17:36, 16 November 2022
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