• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

NPC Interaction - Display text or floating text?

Status
Not open for further replies.
Level 15
Joined
Aug 7, 2013
Messages
1,338
Doesn't transmission pause the game?

Well what's the standard these days for multiplayer RPG's where several players may talk to the same NPC but they'll be given each possibly different blurbs from the NPC (e.g. depending on each's story progress).
 
Letterbox mode disables some user controls (it doesn't pause the game though). I usually use DisplayTextToPlayer(). It is easiest IMO and looks the cleanest. Floating text often is difficult to read depending on the background terrain.

See TKoK for the thing I'm talking about. If you want transmissions, I believe Gaia's retaliation uses them, so you may want to check it out and see how you respond to it.

In a campaign I was working on, I had an "interact" ability which would show some text. Text would be displayed in "pages" (I would only show a certain amount of text at a time). When the npc has more than one page, interacting with him would switch the ability to a "Next Page" button. Overall, it acted a lot like the zelda speech system. If you haven't played the Zelda games, you would approach someone and press A to speak. Then they would print text on your screen in a little window, and you can press buttons to go to their next set of text or w/e.
 
Status
Not open for further replies.
Top