The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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
[SOLVED] Activating a script area?
NylePudding Offline
Member

Posts: 77
Threads: 23
Joined: Apr 2011
Reputation: 0
#1
[SOLVED] Activating a script area?

I want to make my ScriptArea_1 active after "Timer2" comes to an end.

I thought this would work:

void Timer02(string &in asTimer)
{
SetEntityActive("servant_grunt_1", true);
SetEntityActive("ScriptArea_1", true);

}


But I guess it didn't work because "ScriptArea_1" isn't an entity.

So how would I do this? Big Grin
(This post was last modified: 05-01-2011, 12:29 PM by NylePudding.)
05-01-2011, 07:50 AM
Find


Messages In This Thread
[SOLVED] Activating a script area? - by NylePudding - 05-01-2011, 07:50 AM
RE: Activating a script area? - by NylePudding - 05-01-2011, 10:48 AM



Users browsing this thread: 1 Guest(s)