viewing paste Unknown #14480 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
prontera,150,150,1  script  Quest 1 100,{
 
    mes "Short introduction";
switch(select("What's this:Quest Requirements:Pass the Requirements:Just Passing By..")) {
    case 1:
        mes "Story Here";
    case 2:
        mes "Quest Requirements:";
    case 3:
        mes "Lemme Check the requirements";
    case 4:
        close;
}
 
}
Viewed 527 times, submitted by Guest.