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
Can't load script file
Lizard Offline
Member

Posts: 174
Threads: 23
Joined: Jul 2012
Reputation: 5
#2
RE: Can't load script file

void TpStatue2(string &in item)
{
SetEntityActive("note_7".true);
SetEntityActive("statue_1", false);
SetEntityActive("statue_2", false);
SetEntityActive("statue_3", false);
SetEntityActive("statue_4", false);
SetEntityActive("block_box_1", false);
}


Should be


void TpStatue2(string &in item)
{
SetEntityActive("note_7",true);
SetEntityActive("statue_1", false);
SetEntityActive("statue_2", false);
SetEntityActive("statue_3", false);
SetEntityActive("statue_4", false);
SetEntityActive("block_box_1", false);
}

CURRENT PROJECT:
A Fathers Secret == Just started
08-11-2012, 04:06 PM
Find


Messages In This Thread
Can't load script file - by SuperSoldier333 - 08-11-2012, 03:49 PM
RE: Can't load script file - by Lizard - 08-11-2012, 04:06 PM
RE: Can't load script file - by SuperSoldier333 - 08-11-2012, 05:21 PM



Users browsing this thread: 1 Guest(s)