Search Results

Search results 21-40 of 66.

The forums have been archived. Please read this thread for more information.

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    Here

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    Same still dont work

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    the key still doesnt work on the door

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    and then what

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    No there's no errors. Yes here Amnesia the dark descent>custom_stories>The Keys>maps>The Keys.hps and it look like this =========================================== // Starter's Script File! //=========================================== //=========================================== // This runs when the map first starts void OnStart() { AddUseItemCallback("","Unknown Key_1","mansion_1","OpenDoor", true); } void OpenDoor(string &in asItem, string &in asEntity) { SetSwingDoorLocked("mansion_1", fal…

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    Quote from Flamez3: “.... Did you rename everything, did you double check the names, do you know where to put the .hps, do you understand how to tell me what's wrong without me playing a guessing game to figure out your problem... What is the problem you are having with this script?” Yes the .hps is in tQuote from Flamez3: “.... Did you rename everything, did you double check the names, do you know where to put the .hps, do you understand how to tell me what's wrong without me playing a guessing…

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    the doors entityes box? omfg. I knew it all the time that it was just one simple thing i had to do -.- just like with the FL studio i just needed 1 file to crack it.. ffs YAA ITS FUCKING LOCKED lol the key dont work on the door

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    Dude i did make 1 room in 1 hour. or spawnpoint

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    ehhhhhhhhhhhhhhhhhhh but the videos are like 9 mins long.

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    ANY websites or links where i can the script?

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    well help me. tell me the right script. Or what can i do

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    I just need the right script for the door and the problem is gone and i can start making the map again

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    Yes. but it still dont work . any issues?

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    ehhh i havent found something new . the door is not locked yet

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    god damit. The door is still not locked

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    it will be done when i know the door script/ note - ok i try again

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    Quote from Flamez3: “void OnStart() { AddUseItemCallback("", "key", "door", "OpenDoor", true); } void OpenDoor(string &in asItem, string &in asEntity) { SetSwingDoorLocked("door", false); } There you go man c:” Quote from Flamez3: “void OnStart() { AddUseItemCallback("", "key", "door", "OpenDoor", true); } void OpenDoor(string &in asItem, string &in asEntity) { SetSwingDoorLocked("door", false); } There you go man c:” i get error at the setswingdoorlocked .

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    Ok thaank you i go try and btw you can check how it look like //=========================================== // This runs when the map first starts void OnStart() { AddUseItemCallback("","Unknown Key_1","mansion_1","OpenDoor", true); } void OpenDoor(string &in asItem, string &in asEntity) { SetSwingDoorLocked("mansion_1", false); PlaySoundAtEntity("mansion_1", "unlock_door.snt", "mansion_1", 1, true); RemoveItem("Unknown Key_1"); }

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    No but its my first time i watch some tutorials and none of them worked so i tried look in a other guys custom story and i hope it works havent checked yet

  • Making a amnesia map

    ImmaBarrel - - Archive

    Post

    im stuck i got trouble Getting the door locked so i can use the key