Hi,
I try to make a script, witch creats a account an set a DefaultCmdLevel. Creating a account is easy but set the DefaultCmdLevel is a problem.
i thougt i could make that with
Code:
account.setprop("DefaultCmdLevel", "test");
but how i geht the account object, when i only have the account name?
and will it work if i have the account object?