The Enable
and Disable
method calls are missing the ()
, they should be called like this:
ButtonRestaurant1.Enable()
ButtonRestaurant2.Enable()
ButtonRestaurant1.Disable()
ButtonRestaurant2.Disable()
Also make sure after Verse changes to recompile using:
UEFN Menu > Verse > Build Verse Code