Frictional Games Forum (read-only)

Full Version: Read this
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everybody my 5 thread Big GrinDDD
So in this one i need you guys to (if can of course) to show me how to make player automatic turn behind (just behind him) and door's close hard

Yeah that's all Smile)
)


I hope i'm not boring you Tongue
I already explained what you needed to do. Was that not clear enough?

(03-08-2014, 11:42 PM)Mudbill Wrote: [ -> ]As for making this particular scene, add a collision area event after going through that one door. Inside the event, force the player to look at the door using StartPlayerLookAt and possibly SetPlayerActive. Also use SetSwingDoorClosed and SetSwingDoorLocked to close and lock the door. Don't forget to call StopPlayerLookAt, possibly within the callback that is made in the last parameter of StartPlayerLookAt.

PS: You don't need to format your text as much as possible. It just makes it difficult to read.