PutraenusAlivius
Posting Freak
Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation:
119
|
RE: Memory Capsules' Text
(02-05-2013, 11:50 AM)BeeKayK Wrote: There is an interaction-tab inside any entity. If you write something in it, a callback with the same name as what you wrote will be called when you click the object.
If there is no interaction-tab then cover it in a script area.
Let's say you wrote "InteractNote"
void InteractNote(string &in asEntity)
{
SetMessage("MessageCategory", "MessageEntry", 0);
}
The messages are stored in your .lang file Thanks!!!!!!
P.S How do you add a memento?
"Veni, vidi, vici."
"I came, I saw, I conquered."
|
|
02-05-2013, 11:52 AM |
|