What I'm trying to do is to set-up a 2 npc quest that can only be done 1 per account. The problem is that I don't really know exactly where to put those codes so that it will run smoothly. After the player has done the quest the only message he/she will be seeing is "You already claimed your reward!". The 2nd quest is similar to this one.   Codes: if( #account == 1) { mes "You already claimed your reward!"; emotion e_bzz; close;} and set #account, 1; The quest code: prontera,1