Skip a action group

Hello everybody,

how can I skip a action group from the vbscript in BeforeAction ? I will determine the buid number of my project.exe and if i can the build number divide by 10 and the result is an integer, than run the action group. If the result not an integer than skip the action group.

[code]SkipAction = True [/code]

Where should I put it ? Into the Script Editor of the action or into the Project Global Script editor ?

I have found out where I can use it.