Open
Conversation
Add a fairly simple script to handle looking at a console-like object. Like for the "Kadish Tolesa's Vault Console" for example, but without any puzzle element in the script. Detailed setup instructions: ``` 1. activator The clickable which triggers looking at the console. 2. camera The camera we switch to when "activator" is clicked. 3. respUsingConsole (optional) A two-state responder triggered when starting or stopping to look at the console. The first state is called when the avatar stops looking at the console. The second state is called when the avatar starts looking at the console. 4. sdlQuitConsole (optional) The name of an SDL variable which, when changed, forces any player to stop interacting with the console. ``` This script, from @Jrius, works on both POTS and Destiny. It may need some ajustments to be accepted on H-uru, but like I'm not a code-dev, I'm counting on code-devs to tell me what to do, or to do the ajustments.
Contributor
Author
How to fix that? |
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.
Add a fairly simple script to handle looking at a console-like object.
Like for the "Kadish Tolesa's Vault Console" for example, but without any puzzle element in the script.
Detailed setup instructions:
This script, from @Jrius, works on both POTS and Destiny.
It may need some ajustments to be accepted on H-uru, but like I'm not a code-dev, I'm counting on code-devs to tell me what to do, or to do the ajustments.