18 lines
367 B
JSON
18 lines
367 B
JSON
{
|
|
"parent": "fz:sneak",
|
|
"criteria": {
|
|
"unsneak": {
|
|
"trigger": "tick",
|
|
"conditions": {
|
|
"player": {
|
|
"flags": {
|
|
"is_sneaking": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"rewards": {
|
|
"function": "fz:event/on_unsneak"
|
|
}
|
|
} |