i was bored so i made this i dono if it will work
change the SUPERGM to the job you want it to open for and the SHOP ID HERE to the shop id
PHP Code:if (cm.getJob().equals(net.sf.odinms.client.MapleJob.SUPERGM)) {
cm.sendNext("Hi, GM!");
cm.sendyesno("do you want to open the the cooleo shop")
}
if (selection == 0) {
cm.openShop(SHOP ID HERE)
}
if (selection == 1) {
cm.sendnext("your very nice")
}
cm.dispose()
}
}
}



![[RELEASE]npc that opens a shop if you are a certain job](http://ragezone.com/hyper728.png)

