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 Help Monster Servent_brute_1 dont work
jessehmusic Offline
Senior Member

Posts: 423
Threads: 102
Joined: Dec 2011
Reputation: 8
#1
Monster Servent_brute_1 dont work

hello i cant get my brute to work here is script

PHP Code: (Select All)
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);


http://www.moddb.com/mods/jessehmusic - Hospital of horror , WIP
01-06-2012, 11:00 PM
Website Find
SilentStriker Offline
Posting Freak

Posts: 950
Threads: 26
Joined: Jul 2011
Reputation: 43
#2
RE: Monster Servent_brute_1 dont work

What is not working? Doesn't it show up or is it acting weird or what's the problem?

01-06-2012, 11:05 PM
Find
jessehmusic Offline
Senior Member

Posts: 423
Threads: 102
Joined: Dec 2011
Reputation: 8
#3
RE: Monster Servent_brute_1 dont work

the problem is that it wont work it wont apper and show up nothing happend btw add mine skype woud be great Smile wowhasse1

http://www.moddb.com/mods/jessehmusic - Hospital of horror , WIP
01-06-2012, 11:16 PM
Website Find
SilentStriker Offline
Posting Freak

Posts: 950
Threads: 26
Joined: Jul 2011
Reputation: 43
#4
RE: Monster Servent_brute_1 dont work

(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


01-06-2012, 11:30 PM
Find




Users browsing this thread: 1 Guest(s)