Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/npc text delay per message #2242

Open
Unkn0wnF1R3 opened this issue Jul 13, 2020 · 1 comment
Open

/npc text delay per message #2242

Unkn0wnF1R3 opened this issue Jul 13, 2020 · 1 comment
Labels
Feature Request A suggestion for a feature to develop.

Comments

@Unkn0wnF1R3
Copy link

Unkn0wnF1R3 commented Jul 13, 2020

Im not quite sure if this would class as a bug report or a feature request, so Ill just describe whats going on below.

The output of command /version on my server is:
image

The output of command /version citizens on my server is:
image

What im trying to do is make it so multiple entrys of NPC Text are displayed in order, with a delay, by only clicking the NPC once/walking into the close talk radius.
Example:
[Player Right Clicks NPC]
[Entry 0] Hello, my name is Bob!
[Delay of X seconds]
[Entry 1] The Weather is great today!
[Player Right Clicks NPC a second time]
[Entry 2] Could you help me find my brother?
[Delay of X seconds]
[Entry 3] Last I heard, he was heading up the mountain on a Hike.

Currently when I try to do what i've intended, I have to repeatedly right click on the NPC if I want to display more than 1 Text entry.

Citizens Config: https://pastebin.com/2G5zTQw4
Server Log: https://pastebin.com/xy6R9Hgd

@mcmonkey4eva mcmonkey4eva added Feature Request A suggestion for a feature to develop. Work To Do Development team has work to do on this issue. labels Jul 13, 2020
@mcmonkey4eva
Copy link
Member

While this might be possible to add to Citizens at some point, I'm going to point out that you can currently do this via a simple Denizen script, as is demonstrated for example in this Denizen guide page https://guide.denizenscript.com/guides/put-it-together/kill-quest.html (that page shows a lot more than just that, but includes an example of a single click leading to multiple messages with a delay in between - other guide pages show the individual components, and in general if you learn Denizen you should start at the start, not that later page).

@mcmonkey4eva mcmonkey4eva removed the Work To Do Development team has work to do on this issue. label Oct 17, 2020
@fullwall fullwall changed the title Chat Delay Not Working as Intended /npc text delay per message Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request A suggestion for a feature to develop.
Projects
None yet
Development

No branches or pull requests

2 participants