Page 1 of 1

anyone can tell me how to use uo.setjournalline() ??

Posted: 2004-11-08 20:09:47
by selila
er..

sorry .
but i read the document yet .and write a sub test try to find out how to use uo.setjournalline() and uo.journal()

but it still confuse me..i dont know how to use it .anyone can teach me or give me some sample code?

thanks .

Posted: 2004-11-08 20:53:24
by selila
another question .

if i use
uo.exec("addobject test findtype")
how can i delete it from injection in script?

uo.exec("forget test") ?

it seems no use to delete object

Posted: 2004-11-09 12:44:35
by Yoko
1) use search on this forum for "setjournalline", you will find some samples.
2) must be uo.addobject("test","0"), but i never checked. tell me, why do you need it?

Posted: 2004-11-09 17:15:59
by selila
i make a script.
to find all my container in my backpack

my way is define dim bag[] in script .and addobject in injection .so every bag will from object "bag1" to "bag200"

after i use this script i want to release those resource. so i need forget those object..

Posted: 2004-11-10 10:45:57
by Yoko
i still can not understand why such kind of serial and temporary objects must be stored using ,addobject