hy guys im new at openbullet forum i have a question well im getting the following error
[Executing block Encode user] ‘System.Dynamic.ExpandoObject’ does not contain a definition for ‘USER’
Heres my code;
// BLOCK: Encode user
data.ExecutingBlock("Encode user");
string US = UrlEncode(data, input.USER);
// BLOCK: Encode Pass
data.ExecutingBlock("Encode Pass");
string PS = UrlEncode(data, input.PASS);`Preformatted text`