Im looking to make a simple game where the player is given scenarios and they must click (or press certain buttons) to determine an action each action has a consequence etc a game like survivor z
It sure is. You can create new actors for the "buttons" and use getImage().drawString() to draw text onto the actors. You can then use Greenfoot.mousePressed() or Greenfoot.mouseClicked() to check if the mouse has pressed or clicked the actor.