noxty Posted May 8, 2014 Share Posted May 8, 2014 Hola que tal, miren quiero hacer un registro de Usuarios para realizar un evento, me eh encontrado este script prontera,150,150,5 script sample 56,{ if ( select( "register", "delete the list" ) == 2 ) { deletearray .aid_reg, .size_reg; deletearray .cid_reg, .size_reg; dispbottom "list now empty"; } else { [email protected] = getcharid(3); while( [email protected] < .size_reg && .aid_reg[[email protected]] != [email protected] ) [email protected]++; if ( [email protected] != .size_reg ) { dispbottom "already register"; end; } .aid_reg[.size_reg] = [email protected];// account id .cid_reg[.size_reg] = getcharid(0);// charid .size_reg++; dispbottom "you are now on the list"; } end; } Lo que queiro es que este npc tenga un limite de registro, por ejemplo 4 y que cuando se llege a ese limite warpee a todos los registrados ah un mapa. Espero me puedan ayudar. Gracias Quote Link to comment Share on other sites More sharing options...