Normal
skin file should have button control with id 201. if it doesn't have it, btnStatus will always be null.[SkinControlAttribute(1)]Don't use id 1, for plugins always best to use id's 100+ for those small controls..buttons should be 2 - 16 but that's your call..
skin file should have button control with id 201. if it doesn't have it, btnStatus will always be null.
[SkinControlAttribute(1)]
Don't use id 1, for plugins always best to use id's 100+ for those small controls..
buttons should be 2 - 16 but that's your call..