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
Help with scripting
Varrsharighall Offline
Junior Member

Posts: 6
Threads: 1
Joined: Sep 2012
Reputation: 0
#12
RE: Help with scripting

As you said, it runs to me properly but also it still attacks me (with disabled triggers). How to resolve this? Is it even possible to turn off struggle during that?
void TimerShowGruntx1Player(string &in asTimer)
{
    ShowEnemyPlayerPosition("grunt_x1");
    AddTimer("ShowGruntx1Player", 15, "TimerShowGruntx1Player");
}
...

void OnStart()
{

    ShowEnemyPlayerPosition("grunt_x1");
    AddTimer("ShowGruntx1Player", 15, "TimerShowGruntx1Player");
...
(This post was last modified: 09-14-2012, 03:14 PM by Varrsharighall.)
09-14-2012, 03:13 PM
Find


Messages In This Thread
Help with scripting - by Varrsharighall - 09-12-2012, 06:22 PM
RE: Help with scripting - by FlawlessHappiness - 09-12-2012, 06:36 PM
RE: Help with scripting - by Ongka - 09-12-2012, 10:32 PM
RE: Help with scripting - by Adny - 09-12-2012, 10:37 PM
RE: Help with scripting - by FlawlessHappiness - 09-13-2012, 06:25 AM
RE: Help with scripting - by Varrsharighall - 09-14-2012, 12:14 PM
RE: Help with scripting - by Kreekakon - 09-14-2012, 12:30 PM
RE: Help with scripting - by The chaser - 09-14-2012, 12:43 PM
RE: Help with scripting - by Varrsharighall - 09-14-2012, 12:45 PM
RE: Help with scripting - by The chaser - 09-14-2012, 12:51 PM
RE: Help with scripting - by Robby - 09-14-2012, 12:56 PM
RE: Help with scripting - by Varrsharighall - 09-14-2012, 03:13 PM
RE: Help with scripting - by Robby - 09-14-2012, 03:18 PM
RE: Help with scripting - by Varrsharighall - 09-14-2012, 04:36 PM
RE: Help with scripting - by Robby - 09-14-2012, 04:51 PM



Users browsing this thread: 1 Guest(s)