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 make a memo appear on item pickup?
Russ Money Offline
Senior Member

Posts: 360
Threads: 25
Joined: Dec 2010
Reputation: 4
#2
RE: How to make a memo appear on item pickup?

Study this: http://wiki.frictionalgames.com/hpl2/amn..._functions

The function you're looking for would be:

SetEntityPlayerInteractCallback(string& asName, string& asCallback, bool abRemoveOnInteraction);

string& asName would be the name of the object interacted.

string& asCallback would be the name of the function you want to call (Make a monster spawn, play a sound, etc.)

bool abRemoveOnInteraction is either true or false. It's asking if you want to remove the effect of the interaction on the object.

edit: http://www.youtube.com/watch?v=WfgFEG4TSCE

(This post was last modified: 10-18-2011, 05:44 AM by Russ Money.)
10-18-2011, 05:42 AM
Find


Messages In This Thread
RE: How to make a memo appear on item pickup? - by Russ Money - 10-18-2011, 05:42 AM



Users browsing this thread: 1 Guest(s)