the.bay.news

What do you think about an "indent" command?

Discussions on Python.org
What do you think about an "indent" command?
I am currently coding an RPG. I was working on the enemy attack system, and there were 2+ enemies. I was trying to see if there was a purely organizational-purpose command to create a valid indent. Apparently, there isn’t. So, I was thinking the indent command, if added, would work like this: indent() # enemy 1 attack = random.randint(1, 3) if attack == 1: # attack code indent() # enemy 2 attack = random.randint(1, 3) if attack == 2: # attack code Or y...

0 comments

Sign in to join the discussion — your thebay.events account works here.

No comments yet.