GH-511: NPC Instruction Component Guide - #529
Open
LordZibblington wants to merge 1 commit into
Open
Conversation
LordZibblington
marked this pull request as draft
June 22, 2026 20:16
LordZibblington
marked this pull request as ready for review
June 22, 2026 20:18
ItsNeil17
requested changes
Jul 14, 2026
ItsNeil17
left a comment
Member
There was a problem hiding this comment.
Hi! We use Markdown to render our documentation, so for the headers you can use the # characters.
One # means its a h1, two means h2 and so on.
| } | ||
| ``` | ||
|
|
||
| Calling the Instruction |
Member
There was a problem hiding this comment.
Suggested change
| Calling the Instruction | |
| # Calling the Instruction |
| - name: "Lord Zibblington" | ||
| --- | ||
|
|
||
| Introduction |
Member
There was a problem hiding this comment.
Suggested change
| Introduction | |
| # Introduction |
| Introduction | ||
| In this guide we’ll walk through the process of using Instruction Component asset files, referred to as Instructions (capital I) going forward. Instructions allow you to use the same sensor/action pairing across many NPCs, which is extremely useful if you’re going to be reusing the same action a lot. They also allow you to decrease the bulk of your NPC Role files, which makes them much easier to read and digest going forward. | ||
|
|
||
| Creating the Instruction |
Member
There was a problem hiding this comment.
Suggested change
| Creating the Instruction | |
| # Creating the Instruction |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Brief description of what this PR does.
Type of Change
Screenshots
If applicable, add before/after screenshots:
Checklist
bun run devbun formatbun audit(no critical vulnerabilities)Thank you for contributing!