Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Message after note
Saren Offline
Member

Posts: 196
Threads: 20
Joined: Jan 2012
Reputation: 1
#1
Message after note

Hey guys, well, I guess the title says it all, how do I make a message at the bottom of the screen to appear after you've read a note?

03-19-2012, 10:33 AM
Find
SilentStriker Offline
Posting Freak

Posts: 950
Threads: 26
Joined: Jul 2011
Reputation: 43
#2
RE: Message after note

I would guess the InteractCallback and setmessage or you just make the callback inside the note and then use SetMessage (if it is a callback func in notes)

03-19-2012, 12:52 PM
Find
Saren Offline
Member

Posts: 196
Threads: 20
Joined: Jan 2012
Reputation: 1
#3
RE: Message after note

(03-19-2012, 12:52 PM)SilentStriker Wrote: I would guess the InteractCallback and setmessage or you just make the callback inside the note and then use SetMessage (if it is a callback func in notes)
So you want me to combine.... oh Jesus...



03-19-2012, 04:47 PM
Find
Stepper321 Offline
Senior Member

Posts: 263
Threads: 26
Joined: Nov 2011
Reputation: 8
#4
RE: Message after note

It's not really combining, its just typing things, go in the notecallbackfunc and set there MESSAGE_1
then in your script type
void MESSAGE_1(string &in Entity)
{
SetMessage("category", "entry", time);
}

Signature to awesome to be displayed.
03-19-2012, 04:58 PM
Find
Saren Offline
Member

Posts: 196
Threads: 20
Joined: Jan 2012
Reputation: 1
#5
RE: Message after note

(03-19-2012, 04:58 PM)Stepper321 Wrote: It's not really combining, its just typing things, go in the notecallbackfunc and set there MESSAGE_1
then in your script type
void MESSAGE_1(string &in Entity)
{
SetMessage("category", "entry", time);
}
I know the message stuff but..... yea okay, gonna try and see if it works.. lol



03-19-2012, 06:27 PM
Find




Users browsing this thread: 1 Guest(s)