Zaffre
Posting Freak
Posts: 867
Threads: 50
Joined: Jul 2012
Reputation:
30
|
RE: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie)
@Harthex why is there an "asItem" in the door locked message? There is no item being used.
As of September 2nd, 2014, I've left the Frictional forums. Check my profile for more details.
|
|
09-05-2012, 01:01 AM |
|
Kazakarumariou
An angry man.
Posts: 283
Threads: 8
Joined: Jul 2012
Reputation:
14
|
RE: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie)
(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
|
|
09-05-2012, 01:14 AM |
|
Frodos
Junior Member
Posts: 28
Threads: 7
Joined: Sep 2012
Reputation:
0
|
RE: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie)
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.
Veteran Writer
Need help with your CS plot? PM me!
Noob Scripter, need help PM me.
|
|
09-07-2012, 12:19 AM |
|
Statyk
Schrödinger's Mod
Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation:
241
|
RE: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie)
Did you not assemble what I said? The way I have it set, it should work perfectly...
|
|
09-07-2012, 12:55 AM |
|
Frodos
Junior Member
Posts: 28
Threads: 7
Joined: Sep 2012
Reputation:
0
|
RE: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie)
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);
}
Veteran Writer
Need help with your CS plot? PM me!
Noob Scripter, need help PM me.
(This post was last modified: 09-07-2012, 02:04 AM by Frodos.)
|
|
09-07-2012, 01:58 AM |
|
Kazakarumariou
An angry man.
Posts: 283
Threads: 8
Joined: Jul 2012
Reputation:
14
|
RE: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie)
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.
|
|
09-07-2012, 02:50 AM |
|
Kiwi2703
Junior Member
Posts: 27
Threads: 5
Joined: Sep 2012
Reputation:
2
|
RE: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie)
Try to name the door "something_1"
|
|
09-07-2012, 10:44 AM |
|
|