Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C by lol ( 17 years ago )
menu "ja",-,"nein",-;
switch (@menu){
case 1:
mes " Danke für dein Jellopy!!";
delitem 909, 1,
next;
mes " Deine Belohnung ist die UGC Int";
getitem 18241, 1;
set ugc_quest, 2;
announce "Der spieler "+strcharinfo(0)+" hat die UGC Quest Beendet", bc_all;
break;
case 2:
mes " Arg Das war das Falsche Antwort";
percentheal -100, -100;
break;
}
close;
Revise this Paste
Parent: 11622