Yes, Thank you.
But I'm still confused about why this doesn't work.
int count = 1;
function run()
{
...
if(count == 1) {
buff = ...
...
}
Sorry.
P