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

General Injection issues

Moderators: Murderator+, Murderator

Post Reply
selila
Posts: 10
Joined: 2004-10-16 16:32:27

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

Post 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 .
selila
Posts: 10
Joined: 2004-10-16 16:32:27

Post 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
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post 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?
selila
Posts: 10
Joined: 2004-10-16 16:32:27

Post 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..
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

i still can not understand why such kind of serial and temporary objects must be stored using ,addobject
Post Reply