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 issue
LoneWolf Offline
Senior Member

Posts: 308
Threads: 43
Joined: Sep 2010
Reputation: 0
#1
script issue

I have this script under void onstart () and it wont work, does it go under void onenter () onstead ?

AddEntityCollideCallback("Player", "ScriptArea_1", "CollideScript", true, 1);
}
void CollideScript(string &in asParent, string &in asChild, int alState)
{
SetSwingDoorClosed("castle_arched01_2", true, true);
ShowEnemyPlayerPosition("servant_grunt_1");
}
10-03-2010, 02:32 PM
Find


Messages In This Thread
script issue - by LoneWolf - 10-03-2010, 02:32 PM
RE: script issue - by HakePT - 10-03-2010, 03:26 PM
RE: script issue - by LoneWolf - 10-03-2010, 04:09 PM
RE: script issue - by Mofo - 10-03-2010, 04:14 PM
RE: script issue - by LoneWolf - 10-03-2010, 04:20 PM
RE: script issue - by LoneWolf - 10-03-2010, 07:41 PM
RE: script issue - by HakePT - 10-03-2010, 09:46 PM
RE: script issue - by LoneWolf - 10-03-2010, 10:02 PM
RE: script issue - by HakePT - 10-04-2010, 12:49 AM
RE: script issue - by LoneWolf - 10-04-2010, 09:35 AM
RE: script issue - by LoneWolf - 10-04-2010, 07:23 PM



Users browsing this thread: 1 Guest(s)