hi NMY,
thank you for your answer. but this is not exactly what i need. the hole text is something like
4 Spruchrolle "Essen"
the 4 means there are actually 4 items in a stack. Spruchrolle is in english "mage scroll" i think. on our shard there many different of them: Essen, Trinken, Schutz, etc. (it's a german shard, yes
)
thus i can't imagine another way to sort different scroll than to get the substring "Essen" to put it in the right bag.
how can i find this substring in string? or is it possible to use multiple inJournal? like in
Code:
if inJournal('Essen') then
move-to-bag1
end if
if inJournal('Trinken') then
move-to-bag2
end if
if inJournal('Schutz') then
move-to-bag3
end if
...
thank you
taya