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 can I make it look like someone bangs on the door? + chase around corner
LulleBulle Offline
Member

Posts: 101
Threads: 33
Joined: Feb 2012
Reputation: 0
#5
RE: How can I make it look like someone bangs on the door? + chase around corner

(04-12-2013, 04:55 PM)ROMul8r Wrote: Also, to make the enemy chase around the corner, you would have to add some pathnodes for which the enemy can use so they dont continuously bump into the wall. To make the chase begin straight away, after the timer ends (say, they collide with the AreaStopPound ScriptArea) add this code in (Assuming the enemy is inactive and behind the door):
SetPropHealth("<door>", 0);
SetEntityActive("<Enemy's name>", true);
ShowEnemyPlayerPosition("<Enemy's name>");

Already done that bit, exactly the same way but thanks.
04-15-2013, 11:09 AM
Find


Messages In This Thread
RE: How can I make it look like someone bangs on the door? + chase around corner - by LulleBulle - 04-15-2013, 11:09 AM



Users browsing this thread: 1 Guest(s)