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


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
hmm game crashes.
Dalroc Offline
Member

Posts: 57
Threads: 2
Joined: Mar 2011
Reputation: 0
#2
RE: hmm game crashes.

PHP Code: (Select All)
void OnStart()
{
    
SetEntityPlayerInteractCallback("key_study_1""Monter"true);

PHP Code: (Select All)
void Monster(string &in entity)
{
    
StartPlayerLookAt("servant_grunt_2"1020"");
    
SetPlayerCrouching(true);
    
SetPlayerActive(false);
    
FadeIn(3.0f);
    
AddTimer(""3.0f"Dissapear");
    
GiveSanityDamage(10.0ftrue);
    
PlaySoundAtEntity("""react_breath_slow.snt""Player"0false);


You're calling the function "Monter", not "Monster" Smile
04-17-2011, 07:22 PM
Find


Messages In This Thread
hmm game crashes. - by Itskody - 04-17-2011, 05:54 PM
RE: hmm game crashes. - by Dalroc - 04-17-2011, 07:22 PM
RE: hmm game crashes. - by Linus Ågren - 04-17-2011, 07:58 PM
RE: hmm game crashes. - by Itskody - 04-17-2011, 08:00 PM



Users browsing this thread: 1 Guest(s)