As my title says adding Players Character name to item ?
like i get an item reward from a quest how do i add my characters name before the name of the item =)
for example..
/////////////////////////////
prontera,155,181,5 script Loki 467,{
mes "You will receive Some Present as a reward for supporting the server";
mes "We're gladly thankful for your support in the future too.";
next;
getitem 2383 ,1; // Brynhild [0] how to add players name to the item when they receive it?
emotion e_thx;
close;
OnInit:
waitingroom "Giver",0;
end;
}