![]() |
How can i make the player teleport? [and do other neat stuff?] - 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: How can i make the player teleport? [and do other neat stuff?] (/thread-8029.html) |
How can i make the player teleport? [and do other neat stuff?] - Danny Boy - 05-16-2011 hi there guys ![]() thank you all very much for all the help you guys(and girls) gave me since i came here ![]() RE: How can i make the player teleport? [and do other neat stuff?] - Russ Money - 05-16-2011 (05-16-2011, 01:38 AM)Danarogon Wrote: hi there guys To start/stop the player - SetPlayerActive(bool abActive); FadeOut(float afTime); FadeIn(float afTime); Blur effect - FadeRadialBlurTo(float afSize, float afSpeed); |