-
Squad NPC Help.
hello guys I have been writing a zakum squad script like gms alike but now I'm kinda stuck with the selection part o.o how does it trigger
Code:
if (status == 0) {
if (cm.getSquadState(MapleSquadType.ZAKUM) == 0) {
cm.sendYesNo("Would you like to become the leader of the Zakum Expedition Squad?");
} else if (cm.getSquadState(MapleSquadType.ZAKUM) == 1 && cm.checkSquadLeader(MapleSquadType.ZAKUM)) {
cm.sendSimple("Greetings, leader of the Zakum Expedition Squad. What would you like to do? \r\n#L1##bCheck out the list of the Squad#l\r\n#L2#Expel a member from the squad#b#l\r\n#L3#Re-accept a member from the Suspended List#r#l\r\n#L4#Form the Squad and enter#l");
cm.dispose();
}
so example when I press check out the list of the Squad it goes to the list of the squad, cant seems to get it working over here..
-
Re: Squad NPC Help.
You're disposing in the same status as the selection...
-
Re: Squad NPC Help.
Is this a joke or have you always been this dull?
Why are you disposing your selection menu? I'm pretty sure you should start at L0 and not L1 as well.
I'm just going to assume your functions don't even work, cause if you are this dull, they probably don't.