The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
I am trying to write 2 siple scripts to go into the alternate mod setup. the first one is just supposed to keep adding one to the number everytime it is downloaded. would that be something like this?
[ALTER] MEMBERS
ADD#M_DOWNLOADED#int#NULL#1
[END]
The second one is just supposed to keep the last date something was downloaded would that be something like this?
[ALTER] MEMBERS
ADD#M_LASTDOWNLOAD#int#NULL#9\7\07
[END]
I don't want to add it in till I am sure but I think it is something like this?
Thanks<
[ALTER] MEMBERS
ADD#M_DOWNLOADED#int#NULL#1
[END]
The second one is just supposed to keep the last date something was downloaded would that be something like this?
[ALTER] MEMBERS
ADD#M_LASTDOWNLOAD#int#NULL#9\7\07
[END]
I don't want to add it in till I am sure but I think it is something like this?
Thanks<
