Log in

View Full Version : Equipped item forces player to say and emote specific text.


0Simkin
02-15-2021, 03:59 PM
Sorry if this has been requested before, I did a search with various keywords but was coming up short.

I'm interested in making an item that when equipped would periodically make the player that has it equipped do various lines of dialogue and also do emotes.

If someone could point me in the right direction that would help me a lot.

Huppy
02-15-2021, 04:40 PM
That "might" be possible with a script attached to the item, with a EVENT_EQUIP_ITEM and EVENT_TIMER with a random call in it. (similiar to the Jester of Bristlebane behavior). But it would only last as long as the timer, however long that is set to. This is assuming you have the knowledge to create a new item, writing perl or lua, etc. Unless someone else has a better idea. I'm no expert. ;)