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
Make monster destory the door
Kullin Offline
Member

Posts: 218
Threads: 23
Joined: May 2013
Reputation: 3
#6
RE: Make monster destory the door

(05-26-2013, 08:26 PM)Darkboot Wrote: Thanks Smile

But how do i set up the timer? it works but the seconds O.o i want him to dissappear after 1 minute and if i set 60.f he dissappears after 2 seconds and if i set 1 the same happends :/
{
AddTimer("timername", 60, "function");
}


void function(string &in asTimer)
{
SetEntityActive("monstername", false);
}

That should be it
05-26-2013, 08:40 PM
Find


Messages In This Thread
Make monster destory the door - by Darkboot - 05-26-2013, 07:40 PM
RE: Make monster destory the door - by Kullin - 05-26-2013, 07:52 PM
RE: Make monster destory the door - by Darkboot - 05-26-2013, 08:06 PM
RE: Make monster destory the door - by Kullin - 05-26-2013, 08:21 PM
RE: Make monster destory the door - by Darkboot - 05-26-2013, 08:26 PM
RE: Make monster destory the door - by Kullin - 05-26-2013, 08:40 PM
RE: Make monster destory the door - by Darkboot - 05-27-2013, 12:42 PM
RE: Make monster destory the door - by Kullin - 05-27-2013, 01:45 PM
RE: Make monster destory the door - by Darkboot - 05-27-2013, 03:41 PM



Users browsing this thread: 1 Guest(s)