Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- job_ko,17,48,0 script Sight#ko_09 909,2,2,{
- mes "There are tiny letters on the sign.";
- next;
- mes "Please proceed.";
- next;
- mes "Location: 9";
- mes "Total LP: "+LPOINTS+"";
- mes "To roll the dice, you need to consume 1 LP.";
- next;
- switch(select("Roll the dice.")){
- set LPOINTS, LPOINTS-1;
- set .@dice, rand(1,6);
- mes ""+strcharinfo(0)+" *Dice#"+.@dice+"*";
- mes "The dice came out as "+.@dice+".";
- mes "Press Close to move forward "+.@dice+" blocks.";
- close2;
- switch(.@dice){
- case 1:
- warp "job_ko",,;
- case 2:
- warp "job_ko",17,19;
- case 3:
- warp "job_ko",25,60;
- case 4:
- warp "job_ko",,;
- case 5:
- warp "job_ko",,;
- case 6:
- warp "job_ko",49,60;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement