[BUG?] GUI Button crashes

Started by Sebastian, May 24, 2017, 10:14 AM

Previous topic - Next topic

Sebastian

Description
Once you set a button to be removed when clicked/pressed, will return a crash message.
(not crashing the game, but only sending the msg in chat)

Reproducible
Always

EK.IceFlake

A workaround for this would be to use ElementRelease, not ElementClicked or ElementPressed.

Sebastian

Quote from: EK.IceFlake on May 24, 2017, 11:16 AMA workaround for this would be to use ElementRelease, not ElementClicked or ElementPressed.

Works like a charm!