when i use this it doesnt work
view_requirements:
requirements:
has_points:
type: ">="
input: "%playerpoints_points%"
output: 20
and also when i use this it will not load the menu
view_requirements:
requirements:
has_points:
type: ">="
input: %playerpoints_points%
output: 20
now i have tried this and it also didnt work
view_requirements:
requirements:
has_points:
type: '>='
input: '%playerpoints_points%'
output: '20'