so this is the code snippet.
we will also need to list the skills in the catalog.
and cross ref the catalog with the equipped skills.
and jack off...
@fukurou
we will also need to list the skills in the catalog.
and cross ref the catalog with the equipped skills.
and jack off...
Python:
def skillNotes(self, param: str) -> str:
if param == "notes":
return "magic 8 ball"
elif param == "triggers":
return "ask a question starting with should i or will i"
return "note unavalible"
@fukurou