Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Aaron113 on June 27, 2010, 07:58:53 PM

Title: groups.txt
Post by: Aaron113 on June 27, 2010, 07:58:53 PM
When I (manually) change my groups.txt some of the commands don't apply.  For example:
Code: [Select]
] ulx vote "Test" test test
Command "ulx vote", argument #1: invalid string
When I know for a fact that the group I was in had the access to vote.  Now if I were to go into game and type ulx groupallow <group> "ulx vote" it would work just fine after that.[/code]
Title: Re: groups.txt
Post by: Megiddo on June 27, 2010, 08:00:15 PM
When I (manually) change my groups.txt some of the commands don't apply.  For example:
Code: [Select]
] ulx vote "Test" test test
Command "ulx vote", argument #1: invalid string
When I know for a fact that the group I was in had the access to vote.  Now if I were to go into game and type ulx groupallow <group> "ulx vote" it would work just fine after that.[/code]

Manually editing is discouraged. It looks like you're trying to restrict the user to a subset of strings on argument one while you're manually editing.
Title: Re: groups.txt
Post by: Aaron113 on June 27, 2010, 08:05:51 PM
Code: [Select]
"ulx asay" ""That is what I have under my group....


This is the outcome....
Code: [Select]
] ulx asay This is a test
Command "ulx asay", argument #1: invalid string
Title: Re: groups.txt
Post by: Aaron113 on June 27, 2010, 08:08:11 PM
Ok I figured it out.... You can't put "" after the command.
Title: Re: groups.txt
Post by: Megiddo on June 27, 2010, 08:13:39 PM
This is why manual editing is discouraged. :P