Quote:
Originally posted by Stefan
w would include tiles, moving and scripting though?
|
Well if you want it so that you can edit levels and have RC you can use:
rw levels/mylevels/nickname* (for example)
Then if you want a player to be able to only be able to edit their levels. Like it was mention before you would probably have to do it like this:
rw t levels/levelname*
or you could do this:
rw levels/playerlevels/myhouse_nickname/*(a,b,c)
The a,b,c would be the letters for tiles, moving NPCs and editing NPCs. But of course dont use a,b,c unless you want to. And that would give me the power to do everything as a player to my level.
Oh right Stefan, i get what you mean. So if the W means you can edit tiles then it would be something like:
rw levels/playerlevels/myhouse_nickname/*(b,c)
(b=move, c=edit NPCs)