![]() |
[SCRIPT] Key script - 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: [SCRIPT] Key script (/thread-13057.html) Pages:
1
2
|
RE: Key script - Saren - 02-03-2012 (02-03-2012, 10:30 AM)Your Computer Wrote: Re-examining the .lang file, you forgot to close the Note_note2_Text entry.Haha true that... fixed ^^ But did that have anything to do with the key not working... or maybe the whole .lang file don't work if just 1 thing dose'nt? RE: Key script - flamez3 - 02-03-2012 (02-03-2012, 10:39 AM)Saren Wrote:1 thing wrong = whole lang doesn't work.(02-03-2012, 10:30 AM)Your Computer Wrote: Re-examining the .lang file, you forgot to close the Note_note2_Text entry.Haha true that... fixed ^^ RE: Key script - Saren - 02-03-2012 Alright, as I said, I fixed it but still nothing =( Well, the key has a name now and stuff, but it can't open the door... RE: Key script - Your Computer - 02-03-2012 (02-03-2012, 10:56 AM)Saren Wrote: Well, the key has a name now and stuff, but it can't open the door... If the script doesn't cause the game to error out or at least display a script error, then i cannot say the script posted is for the map with the item in question. In the script you posted, you tried to make use of variables that have not been declared, which otherwise would have been strings instead of variables. RE: Key script - Saren - 02-03-2012 Sooooo..... that means I have to change that... any suggestions? RE: Key script - Your Computer - 02-03-2012 (02-03-2012, 11:22 AM)Saren Wrote: Sooooo..... that means I have to change that... any suggestions? First, make sure the hps file has the same name as the map file. Secondly, Masterbedroomkey and masterbedroomdoor need to be strings. RE: Key script - Saren - 02-03-2012 Aaaaand, I do that how? xD.. Sry, but it all seems the same to me, haha |