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
I Need Help For This
daortir Offline
Senior Member

Posts: 422
Threads: 9
Joined: Sep 2013
Reputation: 18
#3
RE: I Need Help For This

3. I believe there is a function to disable monster trigger : SetEnemyDisableTriggers(string& asName, bool abX);

That should make the monster ignore the player.

To make the camera look at the monster, there is a simple function that makes the player look at an entity :

StartPlayerLookAt(string& asEntityName, float afSpeedMul, float afMaxSpeed, string& asAtTargetCallback);

And to make the monster move, it's about adding patrol nodes to the monster's paths, you'll find tutorials on that in the wiki.

Good luck with your CS

(This post was last modified: 11-08-2013, 06:41 PM by daortir.)
11-08-2013, 06:39 PM
Find


Messages In This Thread
I Need Help For This - by TheGogosOne - 11-08-2013, 04:16 PM
RE: I Need Help For This - by thomthom44 - 11-08-2013, 05:06 PM
RE: I Need Help For This - by daortir - 11-08-2013, 06:39 PM
RE: I Need Help For This - by DnALANGE - 11-08-2013, 07:32 PM



Users browsing this thread: 1 Guest(s)