I'm trying to disable a button for a character with a packet, but for some reason it just doesn't work. There's no errors or anything, it just doesn't do it.
I got an error saying I used the wrong operator at first, but then I realized I have zero idea how to put this data...
var DATA: Dictionary = {"type":"disable_james"}
_send_P2P_Packet(0, DATA)
into this line...
if READABLE['type"":""disable_james']: #This line
print("disabling james?") #this doesn't print
$CharSelect/VBoxContainer/James.disabled = true