Jump to content

Sir

Members
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Sir

  1. Aint it redundant to use the same if-statement inside the STEAL case, that you use to get the state. Since the if-statement is used to get the state, should it not be sufficient to just write something like this : case STEAL: Entity stall = objects.closest("Tea stall"); stall.interact("Steal-from"); break;
×
×
  • Create New...