Author Topic: Why isnt this hiding nodes?  (Read 3288 times)

Well that worked perfectly, Only problem now is the GUI still dosnt work with the Server

In the Equip function change commandToServer("EquipT60Armor"); to commandToServer('EquipT60Armor');
Also, use something less generic than Equip for the function name. If people use such generic function names then someone's function might get overwritten.

In the Equip function change commandToServer("EquipT60Armor"); to commandToServer('EquipT60Armor');
Also, use something less generic than Equip for the function name. If people use such generic function names then someone's function might get overwritten.
Yeah, tom hanks it worked.