Conditions - gamehunt/CustomNPCs GitHub Wiki
Condition description format:
- token: SomeToken
args:
SomeNumArg: 11
SomeTextArg: SomeTextValue
token
is condition's name. See full list in Conditions List
args
is a dictionary of condition's arguments. Each argument is described in the format name: value
. Each condition has different arguments, information about specific condition's arguments can be found in Conditions List
If condition has no args u need to write it as args: {}
!
Of course, each node can have more than one condition