#(taikeo__) Multiple Interact on one NPC not changing between them

19 messages · Page 1 of 1 (latest)

jagged peak
#

Hello, I have an assignment script containing multiple interact:

1: Determine which quest player wants to do --> selection by a click_chat
2: Quest 1
3: Quest 2

Assignment: https://paste.denizenscript.com/View/123771
InteractQuestChoice: https://paste.denizenscript.com/View/123772
Quest 1: https://paste.denizenscript.com/View/123773

It's not narrating "NoobHouse"

Thanks!

eager dirgeBOT
#

(taikeo__) Multiple Interact on one NPC not changing between them

eager dirgeBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

shrewd hinge
#

!debug

untold inletBOT
# shrewd hinge !debug
Info: debug

If you need help with a script issue, one of the most powerful tools Denizen has to offer is full debug output. This is displaying in your console whenever scripts are running until you turn debug off. To share a debug log quickly and easily with helpers, simply run the command /denizen debug -r in-game to begin recording, then run through the part of the script you need help with, then run the command /denizen submit. This will give you a link to a paste of the debug log, which you can then copy/paste back to us!

jagged peak
#

sure

#

it zaps correctly

#

but got the error due to multiple tests tho

shrewd hinge
#

Turn on debug for those scripts

#

And send another debug

#

Usually the best option when fixing an error

jagged peak
timber junco
#

An assignment script can not have more than 1 interact script linked to it.

#

What you probably want is a single interact script with multiple steps.

lethal notchBOT
#
Thread Closing Reminder

Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.

If not yet resolved, please reply below to tell us what you still need.

(Note that if there is no reply for a few days, this thread will eventually close itself.)

#

@jagged peak