Frictional Games Forum (read-only)

Full Version: Monster Servent_brute_1 dont work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello i cant get my brute to work here is script

PHP Code:
void OnStart(){AddEntityCollideCallback("Player""Monter_Spawn""MonsterFunction"true1);
AddEntityCollideCallback("servant_brute_1""Monster_Remove""RemoveMonster"true1);
}
void MonsterFunction(string &in asParentstring &in asChildint alState)
{
    
SetEntityActive("servant_brute_1"true);
    
AddEnemyPatrolNode("servant_brute_1""PathNodeArea_1"2"");
    
AddEnemyPatrolNode("servant_brute_1""PathNodeArea_2"0"");
    
AddEnemyPatrolNode("servant_brute_1""PathNodeArea_3"0"");
}

void RemoveMonster(string &in asParentstring &in asChildint alState)
{
    
SetEntityActive("servant_brute_1"false);

What is not working? Doesn't it show up or is it acting weird or what's the problem?
the problem is that it wont work it wont apper and show up nothing happend btw add mine skype woud be great Smile wowhasse1
(01-06-2012, 11:16 PM)jessehmusic Wrote: [ -> ]the problem is that it wont work it wont apper and show up nothing happend btw add mine skype woud be great Smile wowhasse1
Ok jag hjälper dig Wink