Frictional Games Forum (read-only)
Key functions? ;_; - 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: Key functions? ;_; (/thread-12870.html)



Key functions? ;_; - Dexakita - 01-26-2012

Scripting is a living hell for me. Undecided I finally made a decent room and now I can't make the key work properly. with the door.

http://imageshack.us/photo/my-images/35/sighpj.jpg/


That's what they look like right now.

Top one is inside my Custom Story map.
And the bottom one is in the Maps. :]

I would REALLY appreciate some help on this one.. Heart
Attached. o3o Link is just incase I failed on attaching the picture.

V


RE: Key functions? ;_; - Acies - 01-26-2012

Start by using notepad++ when scripting. Makes it easier for you to read:
http://notepad-plus-plus.org/download/v5.9.8.html

The scripting looks alright to me. Check if the key has renamed itself to "RoomKey_1".

In the future post "need help threads" here:
http://www.frictionalgames.com/forum/forum-39.html

And provide more detailed information on exactly "what is wrong". Eg. Key isn't removed, nothing happens.


RE: Key functions? ;_; - Your Computer - 01-26-2012

Try using commas instead of periods, semi-colons instead of colons, and quotation marks instead of single quotes.



RE: Key functions? ;_; - Dexakita - 01-26-2012

Thank you, I'll give both the ideas a try~

Again, thank you.