Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Monster sawn when picked up note dosnt work
Author Message
jessehmusic Offline
Senior Member

Posts: 423
Joined: Dec 2011
Reputation: 8
Post: #1
Monster sawn when picked up note dosnt work
Hey I have searched for this a while now but cant find how to atciate monster when picked up note Sad any ides

http://www.moddb.com/mods/jessehmusic - Hospital of horror , WIP
12-28-2011 07:32 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Quotentote Offline
Member

Posts: 118
Joined: Dec 2011
Reputation: 11
Post: #2
RE: Monster sawn when picked up note dosnt work
PHP Code: (Select All)
void OnStart()
{
SetEntityCallbackFunc("NOTENAME""OnPickup");
}

void OnPickup(string &in asEntitystring &in type)
{
  
SetEntityActive("grunt1"true);
  
SetEntityActive("grunt2"true);



this shall work Smile
12-28-2011 08:23 PM
Find all posts by this user Quote this message in a reply
jessehmusic Offline
Senior Member

Posts: 423
Joined: Dec 2011
Reputation: 8
Post: #3
RE: Monster sawn when picked up note dosnt work
ty Smile

http://www.moddb.com/mods/jessehmusic - Hospital of horror , WIP
12-28-2011 09:58 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)