caspa Posted January 15, 2013 Posted January 15, 2013 can anybody tell me what's wrong with the script ( refer picture ) Quote
Dastgir Posted January 15, 2013 Posted January 15, 2013 Replace if (getequipname(1) == "") goto No_Head; with if (getequipname(EQI_HEAD_TOP) == "") goto No_Head; Quote
KeyWorld Posted January 15, 2013 Posted January 15, 2013 A bug in the source. Replace the line with: if ( getequipid(EQI_HEAD_TOP) <= 0) goto No_Head; Quote
Question
caspa
can anybody tell me what's wrong with the script ( refer picture )
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.