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:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is wrong with this script! *Different script problem*
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#1
What is wrong with this script! *Different script problem*

////////////////////////////
// Run first time starting map
void OnStart()
{
AddEntityCollideCallback("Player" , "ScriptArea_1" , "MonsterFunc1" , true , 1);
}
void MonsterFunc1(string &in asParent , string &in asChild , int alState)
{
SetEntityActive("servant_grunt_2" , true);
}



AddEntityCollideCallback{"Player" , "ScriptArea_2" , "MonsterFunc1" , true , 1};

void MonsterFunc1(string &in asParent , string &in asChild , int alState)
{
SetEntityActive("servant_grunt_1" , true);
}



void StartPlayerLookAt(ScriptArea_3, 50, 40, onlook);

void TimerDoneLookAt(string &in asTimer)
{
StopPlayerLookAt();
}






ALWAYS, it ALWAYS said err at line 14,25. expected identifier, the bold part in the script is line 14,25. Don't i already have an identifier, and yes, i have gone countless times to the script recollection, but that's where i got the script from, and it's not working. Any HELP PLEASE
(This post was last modified: 05-07-2011, 01:29 AM by flamez3.)
05-07-2011, 01:02 AM
Find


Messages In This Thread
What is wrong with this script! *Different script problem* - by flamez3 - 05-07-2011, 01:02 AM
RE: What is wrong with this script! - by Apjjm - 05-07-2011, 01:22 AM
RE: What is wrong with this script! - by flamez3 - 05-07-2011, 01:27 AM
RE: What is wrong with this script! - by Apjjm - 05-07-2011, 01:33 AM
RE: What is wrong with this script! - by flamez3 - 05-07-2011, 01:41 AM
RE: What is wrong with this script! - by Apjjm - 05-07-2011, 01:53 AM
RE: What is wrong with this script! - by flamez3 - 05-07-2011, 02:00 AM
RE: What is wrong with this script! - by Apjjm - 05-07-2011, 02:08 AM
RE: What is wrong with this script! - by flamez3 - 05-07-2011, 02:21 AM
RE: What is wrong with this script! - by Apjjm - 05-07-2011, 02:29 AM
RE: What is wrong with this script! - by flamez3 - 05-07-2011, 02:31 AM
RE: What is wrong with this script! - by Apjjm - 05-07-2011, 02:38 AM



Users browsing this thread: 1 Guest(s)