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
Help script not working.
slamer80 Offline
Junior Member

Posts: 13
Threads: 3
Joined: Mar 2011
Reputation: 0
#1
Help script not working.

//===========================================
// Starter's Script File!
//===========================================

//===========================================
// This runs when the map first starts


void OnStart()
{

AddEntityCollideCallback("Player" , "Scriptarea_2" , "MonsterFunc1" , true , 1);
}
void MonsterFunc1(string &in asParent , string &in asChild , int alState)
{
SetEntityActive("servant_Brute_2" , true);
}


{

AddEntityCollideCallback("Player" , "Scriptarea_3" , "MonsterFunc1" , true , 1);
}
void MonsterFunc1(string &in asParent , string &in asChild , int alState)
{
SetEntityActive("servant_Brute_3" , true);
}


When i enter the map, the game crashes? What am i doing wrong?
03-28-2011, 08:30 PM
Find


Messages In This Thread
Help script not working. - by slamer80 - 03-28-2011, 08:30 PM
RE: Help script not working. - by MrBigzy - 03-28-2011, 09:04 PM
RE: Help script not working. - by slamer80 - 03-28-2011, 09:13 PM
RE: Help script not working. - by MrBigzy - 03-28-2011, 09:18 PM
RE: Help script not working. - by slamer80 - 03-28-2011, 09:32 PM
RE: Help script not working. - by MrBigzy - 03-29-2011, 12:02 AM
RE: Help script not working. - by slamer80 - 03-29-2011, 06:46 PM
RE: Help script not working. - by MrBigzy - 03-29-2011, 06:55 PM
RE: Help script not working. - by slamer80 - 03-30-2011, 04:34 PM
RE: Help script not working. - by MrBigzy - 03-30-2011, 05:10 PM
RE: Help script not working. - by Pandemoneus - 03-30-2011, 05:16 PM
RE: Help script not working. - by slamer80 - 03-31-2011, 11:21 PM
RE: Help script not working. - by MrBigzy - 04-01-2011, 12:39 AM
RE: Help script not working. - by slamer80 - 04-01-2011, 04:40 PM
RE: Help script not working. - by MrBigzy - 04-01-2011, 06:38 PM



Users browsing this thread: 1 Guest(s)