crazyarashi Posted March 21, 2019 Share Posted March 21, 2019 View File Autoloot Settings A rather simple autoloot settings function that I made, It's made to store 10 autoloot ID, there can be more than 10 as long as you adjust it. I made this function to store all ID in one variable rather than multiple ones. Submitter crazyarashi Submitted 03/21/2019 Category Utilities Video Content Author crazyarashi Quote Link to comment Share on other sites More sharing options...
CyberDevil Posted March 21, 2019 Share Posted March 21, 2019 (edited) Quote [Error]: script error on npc/custom/Autoloot_Setting.txt line 55 parse_line: expected ';' 50 : if(atoi([email protected]$[[email protected]]) == [email protected]_id){ 51 : mes "[ ^0000FFAutoloot Settings^000000 ]"; 52 : mes "You already have this ID in your autoloot settings."; 53 : next; 54 : autoloot_setting() * 55 : '}' 56 : continue; 57 : } 58 : return [email protected]_id; 59 : } 60 : @crazyarashi correct me if I am wrong, but I believe that it is simply missing this ";" at hte end of line 54, in this way: autoloot_setting (); it's correct? ...another thing, how can you empty the slots on the list? In other words, delete an item on the list and leave it empty! If there is no way, is it possible to implement this function? Edited March 22, 2019 by CyberDevil Quote Link to comment Share on other sites More sharing options...
zero23 Posted June 12, 2020 Share Posted June 12, 2020 buenas donde puedo poner el scrips muchas gracias Quote Link to comment Share on other sites More sharing options...