- D1 Meta Docs - Denizen Script -
Home Page / Pi to one million places / Contact mcmonkey / Donate / Paste Scripts / Denizen Help /
You are browsing as a guest.
Login | Register






Other than the primary tutorial video series, many of these videos are outdated, and remain here as a historical reference.
The primary video series starts at "Setting Up A Local Test Server and Your First Task Script" and ends at "Putting It Together: NPC Guides", with videos in order, labeled from 1 to 28.
All videos outside that series should be considered very outdated and historical.
Videos within that series are somewhat outdated but still somewhat valid and perfectly acceptable to use in year 2019.
For details on what has changed since this, refer to the Updates Since The Videos page of the Beginner's Guide.
Please join us on Discord and/or view the in-progress text-based Beginner's Guide




Search:

Listing Videos...

Name
Setting Up A Local Test Server and Your First Task Script
Authormcmonkey
Description1. A full tutorial to getting started with the basics of Denizen, including setting up the server and installing Denizen, and going through installing a simple script.
ViewClick here to view the video!
Name
Your First Tags
Authormcmonkey
Description2. A quick introductory tutorial to what tags are and how they work.
ViewClick here to view the video!
Name
Your First World Script
Authormcmonkey
Description3. A quick introductory tutorial to world scripts and world events.
ViewClick here to view the video!
Name
Memory (Flags and Definitions)
Authormcmonkey
Description4. A quick introductory tutorial to storing information using flags and definitions.
ViewClick here to view the video!
Name
Debugging: The Console And You
Authormcmonkey
Description5. An overview on how Denizen's debugger works and how you can use it to help fix your scripts.
ViewClick here to view the video!
Name
Alternate/Dynamic Actions: The If Command
Authormcmonkey
Description6. An introduction to the if command, including how to set it up and how to use it.
ViewClick here to view the video!
Name
NPCs And You: Your First Assignment Script
Authormcmonkey
Description7. An introduction to NPC interaction and the assignment type script.
ViewClick here to view the video!
Name
Your First Interact Script And Chat Trigger
Authormcmonkey
Description8. An introduction to NPC interaction and the chat trigger.
ViewClick here to view the video!
Name
First Advanced Note on Tags
Authormcmonkey
Description9. A fully detailed explanation of how tags are read and handled in Denizen, part one.
ViewClick here to view the video!
Name
Second Advanced Note on Tags
Authormcmonkey
Description10. A fully detailed explanation of how tags are read and handled in Denizen, part two.
ViewClick here to view the video!
Name
Instant vs. Delayed
Authormcmonkey
Description11. An overview of the differences between instant and delayed scripts.
ViewClick here to view the video!
Name
Procedure Scripts
Authormcmonkey
Description12. An introduction to procedure-type scripts.
ViewClick here to view the video!
Name
Passing Information: Defs and Contexts
Authormcmonkey
Description13. How to pass information to task or procedure scripts.
ViewClick here to view the video!
Name
Putting It Together: A Kill Quest
Authormcmonkey
Description14. A full tutorial to build a basic NPC-given kill quest.
ViewClick here to view the video!
Name
Proximity Triggers
Authormcmonkey
Description15. An introduction to the proximity enter/move/exit trigger.
ViewClick here to view the video!
Name
Loops
Authormcmonkey
Description16. An introduction to the repeat, foreach, and while commands.
ViewClick here to view the video!
Name
Properties and Mechanisms
Authormcmonkey
Description17. An introduction to properties and mechanisms (the adjust command).
ViewClick here to view the video!
Name
Handling Player Commands
Authormcmonkey
Description18. An explanation of how you handle player commands in Denizen.
ViewClick here to view the video!
Name
Chat Triggers Advanced
Authormcmonkey
Description19. An explanation of various more advanced features of chat triggers.
ViewClick here to view the video!
Name
Queues
Authormcmonkey
Description20. An explanation of all things queue-related.
ViewClick here to view the video!
Name
Custom Items
Authormcmonkey
Description21. How to create, spawn, craft, or whatever else a customized item in Denizen.
ViewClick here to view the video!
Name
Getting Help
Authormcmonkey
Description22. How to get help while scripting, an important thing to know in case you run into trouble!
ViewClick here to view the video!
Name
The Save Argument
Authormcmonkey
Description23. All you need to know about the 'save:' argument.
ViewClick here to view the video!
Name
The Player and NPC Arguments
Authormcmonkey
Description24. All you need to know about the 'player:' and 'npc:' arguments.
ViewClick here to view the video!
Name
Run And Inject
Authormcmonkey
Description25. A fully detailed guide to the run and inject commands.
ViewClick here to view the video!
Name
dObjects and Object Notation
Authormcmonkey
Description26. An explanation of what dObjects are and what Object Notation is.
ViewClick here to view the video!
Name
Inventory GUIs
Authormcmonkey
Description27. A short introduction to the most basic form of an inventory menu.
ViewClick here to view the video!
Name
Putting It Together: NPC Guides
Authormcmonkey
Description28. A tutorial on creating Guide NPCs that introduce players to your server.
ViewClick here to view the video!
Name
Denizen 1.0.0, Denizen 2, new Forums
Authormcmonkey
Description1. The first official Denizen news video!
ViewClick here to view the video!
Name
The YAML Command And Tags
AuthorBlackCoyote
Description1. An explanation on how to use the YAML command its tags to interact with a YAML file.
ViewClick here to view the video!
Name
Task Scripts and Basic Tags
AuthorIroh
Description1. An introductory tutorial on how to write your first task script, including some basic tags.
ViewClick here to view the video!
Name
World Scripts and More Tags
AuthorIroh
Description2. An introductory tutorial on how to write your first world script, including some more advanced tags.
ViewClick here to view the video!
Name
Assignment and Interact Scripts
AuthorJeebiss
Description1. An introductory tutorial on how to write your first assignment and interact scripts.
ViewClick here to view the video!
Name
Questing 101
AuthorJeebiss
Description2. A tutorial on how to write your first NPC-driven quest.
ViewClick here to view the video!
Name
Questing 102
AuthorJeebiss
Description3. A continuation of "Questing 101".
ViewClick here to view the video!
Name
The Kill Listener Part One
AuthorJeebiss
Description4. A tutorial on how to use a basic kill listener.
ViewClick here to view the video!
Name
The Kill Listener Part Two
AuthorJeebiss
Description5. More information on how to use a kill listener, a continuation of "The Kill Listener".
ViewClick here to view the video!
Name
What Are World Scripts
AuthorJeebiss
Description6. An introductory tutorial on how to write your first world script.
ViewClick here to view the video!
Name
Daily Quests
AuthorJeebiss
Description7. A tutorial on how to make your NPC-driven quests repeatable daily.
ViewClick here to view the video!
Name
Tags 101: What Are Tags and What Are Objects
AuthorJeebiss
Description8. An introduction to tags and Denizen objects.
ViewClick here to view the video!
Name
Custom items with item and Book Scripts
AuthorJeebiss
Description9. An introduction to using custom items, via item scripts and book scripts.
ViewClick here to view the video!
Name
Linking NPCs With Script Steps
AuthorJeebiss
Description10. A tutorial on how to connect two NPCs into the same quest by using script steps.
ViewClick here to view the video!
Name
Linking NPCs with Flags
AuthorJeebiss
Description11. A tutorial on how to connect two NPCs into the same quest by using flags.
ViewClick here to view the video!
Name
Debugging and Console Recording
Authoraufdemrand
DescriptionA full explanation on the various methods involved in debugging a Denizen script.
ViewClick here to view the video!
Name
Let's Script: Trap Chests
AuthorJeebiss
DescriptionAn example showing of a skilled developer building a 'trap chest' script.
ViewClick here to view the video!
Name
Let's Script: Horse Retrieval Quest
AuthorJeebiss
DescriptionAn example showing of a skilled developer build a 'horse retrieval quest' script.
ViewClick here to view the video!
Name
The Schematic Command
Authorcalico-kid
DescriptionA full tutorial on the usage of the schematic command.
ViewClick here to view the video!