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
How to get a note without having to pick it up?
GetHimNotMe Offline
Junior Member

Posts: 15
Threads: 8
Joined: Apr 2012
Reputation: 0
#1
How to get a note without having to pick it up?

Basically what it says in the title.
(This post was last modified: 06-09-2012, 09:22 PM by GetHimNotMe.)
06-09-2012, 08:47 PM
Find
MaZiCUT Offline
Senior Member

Posts: 536
Threads: 31
Joined: Jun 2012
Reputation: 17
#2
RE: How to get a note without having to pick it up?

I'm guessing that you need to do basicly the same thing only that it's alredy in your journal.












Hi.
(This post was last modified: 06-09-2012, 09:20 PM by MaZiCUT.)
06-09-2012, 08:49 PM
Website Find
Ermu Offline
Member

Posts: 86
Threads: 13
Joined: Jan 2012
Reputation: 2
#3
RE: How to get a note without having to pick it up?

AddNote(string& asNameAndTextEntry, string& asImage);


asNameAndTextEntry - entries in the .lang file. Must end with _Name and _Text and be in category “Journal”!
asImage - the background image to be used




Try that, should work.
06-09-2012, 09:11 PM
Find
GetHimNotMe Offline
Junior Member

Posts: 15
Threads: 8
Joined: Apr 2012
Reputation: 0
#4
RE: How to get a note without having to pick it up?

(06-09-2012, 09:11 PM)Ermu Wrote: AddNote(string& asNameAndTextEntry, string& asImage);


asNameAndTextEntry - entries in the .lang file. Must end with _Name and _Text and be in category “Journal”!
asImage - the background image to be used




Try that, should work.
Looks like exactly what I needed thanks!
06-09-2012, 09:19 PM
Find




Users browsing this thread: 1 Guest(s)