prontera,145,158,4 script 3rd Job Sprite 4_ELEPHANT,{
.@choose = select( "New 3rd Class", "Exit" );
if ( .@choose == 1 && ( Class == Job_Mechanic || Class == Job_Guillotine_Cross || Class == Job_Genetic ) ) {
setlook 13, 1;
close;
}
else
mes "I am sorry but you cant change.";
mes "Only Mechanic Guillotine Cross and Genetic can use this npc.";
emotion e_swt,1;
setlook 13, 0;
close;
}
Can any 1 help me with this script i made.
The script should make a mechenic GX and Genetic able to use the npc and set off the command setlook13, 1;
But somehow i only get the else command if i logged with genetic or other class.
Can any 1 help me with this script i made.
The script should make a mechenic GX and Genetic able to use the npc and set off the command setlook13, 1;
But somehow i only get the else command if i logged with genetic or other class.
Share this post
Link to post
Share on other sites