You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This feature will make handling of state more easier to configure when status change is in effect.
Describe the solution you'd like
we can move it to sc_config.conf. Example given looks like this:
SC_TRICKDEAD: {
Flags: {
NoSave: true
NoClearanceReset: true
Buff: true
}
StateFlags: {
NoMove: (bool, defaults to false)
NoItemPick: (bool, defaults to false)
NoItemUse: (bool, defaults to false)
NoItemDrop: (bool, defaults to false)
NoCast: (bool, defaults to false)
NoChat: (bool, defaults to false)
}
CalcFlags: {
Regen: true
}
Icon: "SI_TRICKDEAD"
Skill: "NV_TRICKDEAD"
}
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This feature will make handling of state more easier to configure when status change is in effect.
Describe the solution you'd like
we can move it to
sc_config.conf
. Example given looks like this:The text was updated successfully, but these errors were encountered: