Function not working for some reason and only a line of it actually runs

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

1 Like