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
Script Error
Ianlis Offline
Junior Member

Posts: 10
Threads: 4
Joined: Jan 2011
Reputation: 0
#1
Script Error

Every time I try to run my map, I get a 'End error' message.
Here's my script:
void OnStart()
{
  AddEntityCollideCallback("Player" , "Monster_Spawn" , MonsterFunc1" true , 1);
}
void MonsterFunc1(string &in asParent , string &in asChild , int alState)
{
  SetEntityActive("servant_grunt_1" , true);
}
(This post was last modified: 03-22-2011, 10:32 PM by Ianlis.)
03-22-2011, 10:32 PM
Find


Messages In This Thread
Script Error - by Ianlis - 03-22-2011, 10:32 PM
RE: Script Error - by Viperdream - 03-22-2011, 10:41 PM
RE: Script Error - by Ianlis - 03-22-2011, 10:57 PM
RE: Script Error - by palistov - 03-23-2011, 12:43 AM



Users browsing this thread: 1 Guest(s)