Question #6
Schetti suggested naming for instance staff boots as '-System/Boots' however when I tried this, the RC produced an error.
Quote:
Raelyn prob: No write rights for WEAPONS/-System/Boots
|
I made a seperate weapon called '-StaffBoots' which worked fine. What causes this?
Answer #6
Quote:
Originally Posted by xXziroXx
The / token is considered as a separator of sorts, and you have to add rights to whatever is behind it.
PHP Code:
rw WEAPONS/* rw WEAPONS/*/* rw WEAPONS/*/*/* <---- Doubt you'll need to go this far.
|