generated from Nemesis/Exemple
test
This commit is contained in:
parent
8dc881d116
commit
537498f5dd
1 changed files with 3 additions and 0 deletions
|
@ -603,11 +603,14 @@ def rollOptionPoint(): # Parse des options
|
|||
elif (parser.eat("#[Ww]",1)):
|
||||
parser.option[3] = 0
|
||||
elif (parser.eat("[Ff]",1)):
|
||||
print(parser.str + " ||||| " + parser.mtch)
|
||||
if (parser.space()):
|
||||
parser.option[4] = 6
|
||||
elif (parser.eat(r"\d+",1)):
|
||||
print(parser.str + " ||||| " + parser.mtch)
|
||||
parser.option[4] = int(parser.mtch)
|
||||
else:
|
||||
print(parser.str + " ||||| " + parser.mtch)
|
||||
parser.option[4] = 6
|
||||
elif (parser.eat("#[Ff]",1)):
|
||||
parser.option[4] = 0
|
||||
|
|
Loading…
Reference in a new issue