OnBegin() : void = StartButton.InteractedWithEvent.Subscribe(OnButtonPressed) OnButtonPressed(Agent : agent) : void = Print("Button pressed!")