Frictional Games Forum (read-only)
Amnesia HPL2 Problem - 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: Amnesia HPL2 Problem (/thread-25840.html)



Amnesia HPL2 Problem - Catalyst - 08-10-2014

Greetings to all members,
I created a custom story with 3 maps,with scripts events and etc. but I have a problem,key that I placed on second map cannot unlock the level door from the third map.I did the correct scripts.The door that must conduce on third map is situated on 1st map.I wrote the key function in the first map.hps where is situated door to third location.Please help me.

Thanks for assistance.


RE: Amnesia HPL2 Problem - Romulator - 08-10-2014

So let me get this straight:

You have a key on the second map.
That key needs to open a door on the first map.

Have you used an AddItemUseCallback(); on your first map?
Does your key's name on your second map match the script on the first map?
Does your door's name on your first map match your script?


RE: Amnesia HPL2 Problem - PutraenusAlivius - 08-10-2014

I am confused here. So you have a key in the 2nd map and the door needed to help open the door to the 3rd map is on the 1st map? Please enlighten us.


RE: Amnesia HPL2 Problem - Slanderous - 08-10-2014

post your 3rd map .hps file so we could take a look at it


RE: Amnesia HPL2 Problem - Catalyst - 08-29-2014

Thanks for wiewing,but i found my mistake in hps file, it was on key script As parent as Children but it must be as item as entity =)