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
Chase Scene ? help!
jessehmusic Offline
Senior Member

Posts: 423
Threads: 102
Joined: Dec 2011
Reputation: 8
#1
Chase Scene ? help!

hello i wonder if anyone know HOW to make a chase Scene ?
How does it work ?
How do i do ?
Script ?
____

Can't Find on google etc

rep+ to the one who helps Smile

http://www.moddb.com/mods/jessehmusic - Hospital of horror , WIP
(This post was last modified: 04-12-2012, 05:58 PM by jessehmusic.)
04-12-2012, 05:51 PM
Website Find
Datguy5 Offline
Senior Member

Posts: 629
Threads: 25
Joined: Dec 2011
Reputation: 12
#2
RE: Chase Sceen ?

A chase scene?What do you mean with it exactly?

04-12-2012, 05:58 PM
Find
Kreekakon Offline
Pick a god and pray!

Posts: 3,063
Threads: 70
Joined: Mar 2012
Reputation: 124
#3
RE: Chase Sceen ?

I assume you mean having an enmey chase the player through a part of a level.

Use this (This is from Justine):
ShowEnemyPlayerPosition("suitor_basile_1");

This will show the selected enemy the player's position, making him chase the player no matter where he his. Then you can set up a chase scene however you please.

(This post was last modified: 04-12-2012, 06:01 PM by Kreekakon.)
04-12-2012, 06:00 PM
Find
jessehmusic Offline
Senior Member

Posts: 423
Threads: 102
Joined: Dec 2011
Reputation: 8
#4
RE: Chase Sceen ?

(04-12-2012, 06:00 PM)Kreekakon Wrote: I assume you mean having an enmey chase the player through a part of a level.

Use this (This is from Justine):
ShowEnemyPlayerPosition("suitor_basile_1");

This will show the selected enemy the player's position, making him chase the player no matter where he his. Then you can set up a chase scene however you please.
How do i make him run all the time and dont stop and stop on an ARea?

http://www.moddb.com/mods/jessehmusic - Hospital of horror , WIP
04-12-2012, 06:02 PM
Website Find
Kreekakon Offline
Pick a god and pray!

Posts: 3,063
Threads: 70
Joined: Mar 2012
Reputation: 124
#5
RE: Chase Scene ? help!

Use an AddEntityCollideCallback with a script area. The colliding entity can either be the player, or the monster. When it's triggered, have the monster be set as inactive to stop him.
04-12-2012, 06:06 PM
Find




Users browsing this thread: 1 Guest(s)