❔FAQ & Troubleshooting
“No permission” using /ri
or /riz
Add ACE: add_ace group.admin "risk.kampf.remove" allow
or add your license to RISK.AllowedLicenses
.
Pill does nothing
Ensure player is incapacitated when RISK.RequireIncapacitated=true
, item name matches your inventory item, and job is allowed.
Anim/prop doesn’t play
Model/dict preloads automatically; verify prop/anim names and that streamed models exist.
Players keep the state after restart
This is expected with persistence on. Disable with RISK.Persist.Enable=false
or use /ri <id>
.
Doesn’t trigger after revive
Make sure your ambulance script fires one of the ReviveEvents. Add/replace the event name to match your resource.
Skip-zone not working
Confirm the export returns boolean true
when inside. Test calling it in a minimal script.
Last updated