### Describe the bug Should this not be possible? ``` # spawn e2 on wire lamp for example E = entity():isWeldedTo():wirelink() E["On", number] = 1 print(E["On", number]) # always 0 ``` Thank you. <img width="2560" height="1440" alt="Image" src="https://github.com/user-attachments/assets/98c41abe-f649-470c-9a94-8a635b3a678a" /> ### How to reproduce the bug - Spawn Wire Lamp - Spawn E2 on it with the code above - It always prints 0