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
Script Help for(int) [SOLVED]
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#7
RE: for(int)

SetEntityCallbackFunc has a type called OnIgnite. Use that and trigger a variable along with it.

PHP Code: (Select All)
void MyFunc(string &in asEntitystring &in asType)
{
    
SetLocalVarInt("Lamp"1); //???


But what are you trying to do here? Why do you have a for-loop? This doesn't sound like a place you'd want one because if that if-statement were to pass, it would run the script 13 times, resulting in 13 sounds overlapping and a total of 13x40 damage to sanity.

07-27-2014, 11:32 PM
Find


Messages In This Thread
for(int) [SOLVED] - by Lizard - 07-27-2014, 05:36 PM
RE: for(int) - by PutraenusAlivius - 07-27-2014, 05:50 PM
RE: for(int) - by Rapture - 07-27-2014, 05:51 PM
RE: for(int) - by Lizard - 07-27-2014, 06:13 PM
RE: for(int) - by Mudbill - 07-27-2014, 07:32 PM
RE: for(int) - by Lizard - 07-27-2014, 07:44 PM
RE: for(int) - by Mudbill - 07-27-2014, 11:32 PM
RE: for(int) - by Lizard - 07-28-2014, 11:15 AM
RE: for(int) - by Romulator - 07-28-2014, 11:51 AM
RE: for(int) - by Lizard - 07-28-2014, 12:02 PM
RE: for(int) [SOLVED] - by Mudbill - 07-28-2014, 05:16 PM
RE: for(int) [SOLVED] - by Lizard - 07-28-2014, 08:33 PM
RE: for(int) [SOLVED] - by Mudbill - 07-29-2014, 12:41 AM
RE: for(int) [SOLVED] - by Lizard - 07-29-2014, 07:31 AM



Users browsing this thread: 1 Guest(s)