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?
Elven Offline
Posting Freak

Posts: 862
Threads: 37
Joined: Aug 2011
Reputation: 26
#4
RE: How to make a memo appear on item pickup?

No. AddEntityCollide is when 2 things collide. Player or area. Picking up item is picking it up, not colliding with it Smile.

void SetEntityCallbackFunc(string& asName, string& asCallback);
   Calls a function when the player interacts with a certain entity.
  Callback syntax: void MyFunc(string &in asEntity, string &in type)
  Type depends on entity type and includes: “OnPickup”, “Break”, “OnIgnite”, etc

The Interrogation
Chapter 1

My tutorials
(This post was last modified: 10-20-2011, 07:27 PM by Elven.)
10-20-2011, 07:27 PM
Find


Messages In This Thread
RE: How to make a memo appear on item pickup? - by Elven - 10-20-2011, 07:27 PM



Users browsing this thread: 1 Guest(s)