![]() |
Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie) - 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: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie) (/thread-18119.html) |
RE: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie) - Zaffre - 09-05-2012 @Harthex why is there an "asItem" in the door locked message? There is no item being used. RE: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie) - Kazakarumariou - 09-05-2012 (09-05-2012, 01:01 AM)Zaffre Wrote: @Harthex why is there an "asItem" in the door locked message? There is no item being used.That's what I used for mine, I just want to see if my script works for Frodos RE: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie) - Frodos - 09-07-2012 Sorry for the long wait for the reply, I tried your technique Harthex, it still did not work. I got frustrated and took a break from Amnesia Level Editor for a few days. I think maybe it's something wrong with my map.. so I've decided to start all over. Thank you all for trying to help. RE: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie) - Statyk - 09-07-2012 Did you not assemble what I said? The way I have it set, it should work perfectly... Spoiler below!
RE: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie) - Frodos - 09-07-2012 Opps sorry, I forgot to add, I did try yours as well, it did not work either. Edit: You probably think I messed up somewhere, but I truthfully have followed all your instructions, most recent being Statyk, this is a direct copy and paste of my files and it still doesn't work. extra_english.lang <LANGUAGE> <CATEGORY Name="Messages"> <Entry Name="lockeddoor">The door is locked from the outside, maybe there is another way out of here. </Entry> </CATEGORY> </LANGUAGE> hps: void OnStart() { } void DoorLockedMessage(string &in asEntity) { SetMessage("Messages", "lockeddoor", 0); } RE: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie) - Kazakarumariou - 09-07-2012 Restart the entire scripts. Erase them all and start from scratch. Delete the door as well. Scripts go here "custom_stories" > "Custom story folder" > "maps" the english and custom settings go "custom_stories" > "Custom story folder" Put another door rename it make sure no extra spacing after the names and if you still need help don't ask me because I have to unplug my computer for a month because I have to gain some muscles for hunting season. RE: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie) - Kiwi2703 - 09-07-2012 Try to name the door "something_1" |