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
How do i make monster despawn after pathnodes
Putkimato Offline
Junior Member

Posts: 25
Threads: 8
Joined: Jun 2012
Reputation: 0
#1
How do i make monster despawn after pathnodes

void morzo(string &in asParent, string &in asChild, int alState)
{
SetEntityActive("brute", true);
AddEnemyPatrolNode("brute", "PathNodeArea_2", 0, "");
AddEnemyPatrolNode("brute", "PathNodeArea_3", 0, "");
AddEnemyPatrolNode("brute", "PathNodeArea_4", 0, "");
AddEnemyPatrolNode("brute", "PathNodeArea_5", 0, "");
AddEnemyPatrolNode("brute", "PathNodeArea_6", 0, "");
AddEnemyPatrolNode("brute", "PathNodeArea_7", 0, "");
AddEnemyPatrolNode("brute", "PathNodeArea_8", 0, "");
SetMessage("Warnings", "Hide_1", 0);
}

How do i make monster dissapear after this?
(This post was last modified: 06-10-2012, 06:06 PM by Putkimato.)
06-10-2012, 03:02 PM
Find


Messages In This Thread
How do i make monster despawn after pathnodes - by Putkimato - 06-10-2012, 03:02 PM



Users browsing this thread: 1 Guest(s)