caspa Posted January 15, 2013 Group: Members Topic Count: 194 Topics Per Day: 0.04 Content Count: 499 Reputation: 3 Joined: 03/11/12 Last Seen: September 18, 2023 Share Posted January 15, 2013 can anybody tell me what's wrong with the script ( refer picture ) Quote Link to comment Share on other sites More sharing options...
Dastgir Posted January 15, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 331 Reputation: 63 Joined: 11/29/11 Last Seen: April 19 Share Posted January 15, 2013 Replace if (getequipname(1) == "") goto No_Head; with if (getequipname(EQI_HEAD_TOP) == "") goto No_Head; Quote Link to comment Share on other sites More sharing options...
caspa Posted January 15, 2013 Group: Members Topic Count: 194 Topics Per Day: 0.04 Content Count: 499 Reputation: 3 Joined: 03/11/12 Last Seen: September 18, 2023 Author Share Posted January 15, 2013 still error........ Quote Link to comment Share on other sites More sharing options...
KeyWorld Posted January 15, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 379 Reputation: 304 Joined: 11/10/11 Last Seen: December 2, 2014 Share Posted January 15, 2013 A bug in the source. Replace the line with: if ( getequipid(EQI_HEAD_TOP) <= 0) goto No_Head; Quote Link to comment Share on other sites More sharing options...
Question
caspa
can anybody tell me what's wrong with the script ( refer picture )
Link to comment
Share on other sites
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.