Topic: Do you know tag script tips and tricks?

Posted under General

Hello Everyone!

So im trying to write a tagscript which can be used anywhere anytime and to any picture without mistaggig. I here somenone who has experience and could tell me some tips or tricks about tag scripts.

Updated

I'm not privileged, so I can only point out one thing I noticed here:

The docs uniformly specify [if foo, bar] (a space after comma)

What you have is uniformly [if foo,bar] (no space after comma)

This could matter depending on exactly how naive the tag-script parser is.

(Also as a general programming principle, if your "program" isn't working you should try to reduce the size of what you're testing. For example, try to get a working version of the first line only, for a start)

Updated by anonymous

savageorange said:
I'm not privileged, so I can only point out one thing I noticed here:

The docs uniformly specify [if foo, bar] (a space after comma)

What you have is uniformly [if foo,bar] (no space after comma)

This could matter depending on exactly how naive the tag-script parser is.

(Also as a general programming principle, if your "program" isn't working you should try to reduce the size of what you're testing. For example, try to get a working version of the first line only, for a start)

Thanks i solved the problem now let's not waste this forum post. :D

Updated by anonymous

  • 1