Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- job_ko,17,16 script Sight#ko_05 909,2,2,{
- mes "Other letters are too small to read. Let's look up close.";
- close;
- OnUCurse:
- erasequest 5141;
- end;
- OnTouch:
- if (checkquest(5141) == 1){
- mes "You are cursed and cannot move to any other block for 2 minutes.";
- close;
- }
- mes "There are tiny letters on the sign.";
- next;
- mes "If you do not pay 5 LP, you will be cursed and immobilized for 2 minutes.";
- next;
- switch(select("Use 5 LP:Do not pay.")){
- case 1:
- warp "",,;
- case 2:
- setquest 5141;
- addtimer 120000,strnpcinfo(3)+"::OnUCurse";
- mes "You are cursed and cannot move to any other block for 2 minutes.";
- close;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement