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
Another Problem
jmayo Offline
Junior Member

Posts: 16
Threads: 6
Joined: Sep 2011
Reputation: 0
#1
Another Problem

I Am Trying to make The monster Spawn When You Go To The Script Area And I Tried This:

AddEntityCollideCallback("Player", "monster", "MonsterStart", true, 1);
}

void MonsterStart(string &in asParent, string &in asChild, int alState)
{
SetEntityActive("servant_grunt_1", true);
AddEnemyPatrolNode("servant_grunt_1", "endNode", 9999.0f, "");
AddEnemyPatrolNode("servant_grunt_1", "PathNodeArea_5", 9999.0f, "");
}

But I Got an error Can You help me Exclamation
10-05-2011, 11:46 PM
Find


Messages In This Thread
Another Problem - by jmayo - 10-05-2011, 11:46 PM
RE: Another Problem - by Tanshaydar - 10-06-2011, 12:05 AM
RE: Another Problem - by jmayo - 10-06-2011, 12:08 AM
RE: Another Problem - by Your Computer - 10-06-2011, 01:01 AM
RE: Another Problem - by jmayo - 10-07-2011, 12:16 AM
RE: Another Problem - by Gamemakingdude - 10-07-2011, 12:18 AM



Users browsing this thread: 1 Guest(s)