Page 1 of 1

NPC chats and dialogs?

Posted: Thu Jun 10, 2004 4:43 pm
by Azrael
How can I create chat dialogs that appear when talkign to a NPC? (for rpgs) also how can I create a start menu for my game in Irrlicht?

Posted: Fri Jun 11, 2004 11:20 am
by DarkWhoppy
Create some type of Window when the user clicks on the model? (... hehe, gonna need to do some work for that :wink: ) Make sure there's static text on the window... as the message.

Posted: Fri Jun 11, 2004 7:36 pm
by yin nadie
for my RPG I had to code the bubbles using the gui::IGUIFont class as base. and since i am masochistic and want a bubble that is partially transparent (even the text), it seems i will have to code a lot more

for the event handling... well, as i said i am completetely masochistic, and created my own scripting languaje. with it i can easily write things like:

if( Character.is_with( NPC ) ) Character.says ("Hello" );