![]() |
[SCRIPT] :( - 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] :( (/thread-25205.html) |
RE: :( - Straxedix - 05-03-2014 IT IS WORKINGGGG WOOOOOOHOOOO ![]() Reputation+ for you ![]() RE: :( - DnALANGE - 05-03-2014 There you go Stradix. Did you see what was wrong my friend? You added 1 Catagory too much. - Hint : Try to see what you did wrong and understand it. ( see others scripts and english files just to cheat a little ![]() Btw add SOLVED please. : Script Help ![]() Thanks and we are here for any other issues. RE: :( - Straxedix - 05-03-2014 Hh thanks man! ![]() But i have 2 problem First Spoiler below!
Second Spoiler below!
RE: :( - DnALANGE - 05-03-2014 If i understand you correctly ; Make a scriptarea and call it whatever you want let's say MessageLivingRoom ( level editor ) Then make a script OnStart() and call it : PHP Code: AddEntityCollideCallback("Player", "MessageLivingRoom", "NAMEOFEVENT", true, 1); PHP Code: void NAMEOFEVENT(string &in asParent, string &in asChild, int alState) I have to go. Might be back later on. The members here will help you any further if you have some quesitons. Good luck! RE: :( - Straxedix - 05-03-2014 I try like this Spoiler below!
and area is called TextHere .lang Spoiler below!
Anyone ![]() RE: :( - FlawlessHappiness - 05-03-2014 You put AddEntityCollideCallback("Player", "TextHere", "Text1", true, 1); in void OnStart() |