I've been using the Fallout Terminal API and tried locking a button within a terminal and the password prompt never came up and it skipped to the page within it. I was wondering if there's a way to do this. I did see that when you pull up the terminal, the script for it is set outside the password function, but I didn't know if there was a way that I could call the function without just having to prompt a separate terminal. Here's my code for example if this helps: { "name": "Beta Terminal 1", "locked": true, "password": "ZD Demeter", "attempts": 3, "content": "ZD Terrain Reformation research station\n\nClearance: Beta and above", "screens": [ { "name": "Users", "screens": [ { "name": "Jon", "screens": [ { "name": "Notes 1 - FAS Incoming", "content": "It looks like the FAS machines are starting to encroach further within the boundary zone. It may not be long before we have to move out from here to the main facility. From what we can tell, the chariots don't seem to be doing much damage to the soil on their own, but the climates eventual temp raise will most likely cause an abundance of rainfall and nutrient washout.\n\nWe will have to have Dem run alongside Pos to further enrich the soil again. Re-seeding should start with aloes, castillejas, and grass' for quick plant growth as well as elms, maples and spruces for root development to pull deep nutrients. Dem should be able to dictate from there." }, { "name": "Research - Continued Studies of FAS", "content": "Data recovered from the first locations attacked by FAS ud153gukn12bb1-54.....\n\nData corrupted....." } ] } ] }, { "name": "Door Controls", "screens": [ { "name": "Lab - Beta 1", "content": "Beta 1 doors have been opened.\n\nLogout before leaving this station." }, { "name": "Lab - Beta 2", "content": "Beta 2 doors have been opened.\n\nLogout before leaving this station." }, { "name": "Alpha Labs Request", "locked": true, "password": "test", "attempts": 3, "content": "Your access request has been granted.\n\nLogout before leaving this station.", "screens": [ { "name": "Lab - Alpha 1", "content": "Alpha 1 doors have been opened.\n\nLogout before leaving this station." }, { "name": "Lab - Alpha 2", "content": "Alpha 2 doors have been opened.\n\nLogout before leaving this station" } ] } ] } ] }