Yukiko wrote:
I will try that DevGIB. Your example doesn't answer my question exactly but if it works it will be a workaround at least.
Hmm not tested it, but have you tried that:
account:=FindAccount(<account_name>);
character:=account.getcharacter(<number>);
//... or do a foreach loop through all of these each and compare
// with serial or playername or whatever you got to identify the
// desired char or you have the accountname anyway, then it's easier.
==> so in the end you get the offline character you want to work with.
ok... so you got the char
=> container:=character.backpack;
now if createitemincontainer() doesn't work.... how about creating the item elsewhere, and do a moveitemtocontainer()?