doorE = {} local DN = 0 function remote_door_init(e) DN = DN + 1 doorE[DN] = e end function remote_door_main(e) end