- Jan 27, 2017
- 7,797
- 24,349
the command to restore incest is indeed like the dev told you: set_taboo(True)
with set_taboo = True you only turn the function into a bool
@rainces maybe you can add something like
to give some feedback upon success of command
with set_taboo = True you only turn the function into a bool
@rainces maybe you can add something like
Code:
if status == True:
return "Taboo Edition"
else:
return "Standard Edition"