Battledale_PRC8/_module/nss/jw_mines3dr_open.nss

11 lines
200 B
Plaintext
Raw Permalink Normal View History

void main()
{
/// opens a door with the same tag as the object calling the script, plus _dr
object oObject=GetObjectByTag("jw_plate_plate_dr");
SetLocked(oObject,FALSE);
ActionOpenDoor(oObject);
}