Frictional Games Forum (read-only)

Full Version: Amnesia HPL2 Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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?
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.
post your 3rd map .hps file so we could take a look at it
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 =)