[@ArmorDyeClick]
{
#ACT
goto @predye
[@predye]
#ACT
movr D1 255
movr D2 255
movr D3 255
take ArmorDye 1
goto @DYE
[@DYE]
#ACT
wearcolor %D3 %D1 %D2
#SAY
Your clothes have succesfully Dyed\
Can anyone see whats wrong with this script please? it does not work
, its the main part for a item click so in Default00 iv got all that set up and it all looks fine so i think it must be this, theres a setitemevent on other things that is not on mine could this be it and could someone explain what it is and how to correct it? thanks
{
#ACT
goto @predye
[@predye]
#ACT
movr D1 255
movr D2 255
movr D3 255
take ArmorDye 1
goto @DYE
[@DYE]
#ACT
wearcolor %D3 %D1 %D2
#SAY
Your clothes have succesfully Dyed\
Can anyone see whats wrong with this script please? it does not work
