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
[SOLVED] Super Simple Message Isn't Working ;_;
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#2
RE: Super Simple Message Isn't Working ;_;

void OnStart()
{
AddEntityCollideCallback("Player", "DadRoom", "DadRoom_func", true, 1);
}
void DadRoom_func(string &in asParent, string &in asChild, int alState)
{
SetMessage("Messages", "DadRoom", 0);
}



//________________

Try that
(This post was last modified: 02-17-2012, 02:17 AM by Statyk.)
02-17-2012, 02:16 AM
Find


Messages In This Thread
RE: Super Simple Message Isn't Working ;_; - by Statyk - 02-17-2012, 02:16 AM



Users browsing this thread: 1 Guest(s)