Swchar and character sheet

This commit is contained in:
NikolajDanger
2020-03-30 22:28:00 +02:00
parent 892529cc4d
commit db0124c82b
7 changed files with 321 additions and 76 deletions

View File

@@ -107,6 +107,8 @@ def parseRoll(user : str,cmd : str = ""):
cmd = re.sub(' +',' ',cmd.upper()) + " "
if cmd[0] == " ":
cmd = cmd[1:]
cmd = swchar.replaceSpaces(cmd.capitalize())
print(cmd)
commands = cmd.split(" ")
if commands[0] == "":
rollParameters = [1,0,3,0,0,0,0]