hey
ok lets see if I can explain what my problem is...which is a really simple one but still not working..
so..I have this script in a conversation:
void main()
{
object oPC = GetPCSpeaker();
CreateItemOnObject("sehr einfache stoffrüstung", oPC);
CreateItemOnObject("sehr einfache lederrüstung", oPC);
CreateItemOnObject("sehr einfacher kettenpanzer", oPC);
CreateItemOnObject("sehr einfacher plattenpanzer", oPC);
}
so far so good...means I will get these items once I click on the conversation string...but..I don't get them all..just the last ones...
I already checked if the resref s and the tags are correct and so one..but still don't get them..
so..does someone have a suggestion what I'm doing wrong?!
sry for some mistakes with the language, the spelling or what ever..but I'm german..as my item names might have tell you..^^
thanks in advance!^^