Frictional Games Forum (read-only)
Player look at something video tutorial - 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 (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: Player look at something video tutorial (/thread-6029.html)



Player look at something video tutorial - Henriksen - 01-03-2011

Can someone make a VIDEO tutorial on how to force the player to look at something? Smile

Its the last thing i will need to know to finish my part of me and my friends custom story.


RE: Player look at something video tutorial - Frontcannon - 01-03-2011

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



RE: Player look at something video tutorial - Henriksen - 01-03-2011

(01-03-2011, 04:21 PM)Frontcannon Wrote:
Code:
void  StartPlayerLookAt(string& asEntityName, float afSpeedMul, float afMaxSpeed, string &asAtTargetCallback);

I know the void code and so on i just cant get it to work im really a noob at scripting so i dont understand shit xD.

But if anyone could make a video how to do it i would highly appreciate it Big Grin

(Sry for crappy English)