How do i access a variable (boolean) from a class and then use it to create an actor in world?
Player player = (Player) getObjects(Player.class).get(0);
if (player.mutating)
{
player.mutating = false;
addObject(new ...