Script Help! Controlling Player! - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: Script Help! Controlling Player! (/thread-13377.html) |
Script Help! Controlling Player! - Loveridge - 02-17-2012 Hey! Im working on a custom story in which the player fades out in a flashback and teleports to another area with control disabled. i then want it to be automatically controlled so that you walk around a room. I have a few idea how to make this possible but so far the only way i can do it is with fade out and ins with teleports but i want it to physically walk... any ideas? THanks in advance for any help (Y) RE: Script Help! Controlling Player! - Statyk - 02-17-2012 Would require "SetPlayerActive", "StartPlayerLookAt", "StopPlayerLookAt", "MovePlayerForward", and "AddTimer"... RE: Script Help! Controlling Player! - Loveridge - 02-17-2012 (02-17-2012, 03:15 AM)Statyk Wrote: Would require "SetPlayerActive", "StartPlayerLookAt", "StopPlayerLookAt", "MovePlayerForward", and "AddTimer"...Fhuck! Thank you! Sounds like a squirrel load of work! Any tips on how this would be ordered? RE: Script Help! Controlling Player! - Your Computer - 02-17-2012 (02-17-2012, 03:18 AM)Loveridge Wrote: Fhuck! Thank you! Sounds like a squirrel load of work! Any tips on how this would be ordered? Pretty much in the way he already ordered it, with the exception of StopPlayerLookAt. RE: Script Help! Controlling Player! - Statyk - 02-17-2012 (02-17-2012, 03:18 AM)Loveridge Wrote: Fhuck! Thank you! Sounds like a squirrel load of work! Any tips on how this would be ordered?Also depends on how many things you intend to look at/walk towards. And I only put "StopPlayerLookAt" because it will be necessary when the whole "cinematic" is over. RE: Script Help! Controlling Player! - Loveridge - 02-17-2012 Thank you All! I shall give it an attmept and tell you how it is going (Y) Could anyone give me an example script on how i can do this? It would be very much appreciated (Y) |