Frictional Games Forum (read-only)
How to script the guardian effect? - 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: How to script the guardian effect? (/thread-13552.html)

Pages: 1 2


RE: How to script the guardian effect? - SilentStriker - 02-25-2012

You are not supposed to have , in the setpropactive it should be .



RE: How to script the guardian effect? - Shives - 02-25-2012

Sorry but my english is very bad
I don't know what you mean Huh



RE: How to script the guardian effect? - SilentStriker - 02-25-2012

It should be a . not a , like this

SetPropActiveAndFade("S_1", true, 0.9f);

not

SetPropActiveAndFade("S_1", true, 0,9f);



RE: How to script the guardian effect? - Shives - 02-25-2012

THANK YOU
Now it works



RE: How to script the guardian effect? - SilentStriker - 02-25-2012

Your welcome Smile