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


Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help - Play Music when I touch an object
7heDubz Offline
Posting Freak

Posts: 1,329
Threads: 40
Joined: Feb 2013
Reputation: 41
#6
RE: Help - Play Music when I touch an object

(07-11-2013, 12:16 AM)iLucian Wrote:
(07-10-2013, 07:15 PM)The chaser Wrote: void OnStart()
{
SetEntityCallbackFunc("item", "OnPickup");
}

void OnPickup(string &in asEntity, string &in type)
{
PlayMusic("music.ogg", false, 1, 1, 1, false);
}

Source script from here:

http://wiki.frictionalgames.com/hpl2/tut...n_entities

I dont know why but this isnt working for me Sad

You have to have the item in your map named "item" (no quotations)

Do you know the basics of coding?

07-11-2013, 12:47 AM
Find


Messages In This Thread
RE: Help - Play Music when I touch an object - by 7heDubz - 07-11-2013, 12:47 AM



Users browsing this thread: 1 Guest(s)