General Injection issues
Moderators: Murderator+ , Murderator
selila
Posts: 10 Joined: 2004-10-16 16:32:27
Post
by selila » 2004-11-08 20:09:47
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 » 2004-11-08 20:53:24
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 » 2004-11-09 12:44:35
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 » 2004-11-09 17:15:59
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 » 2004-11-10 10:45:57
i still can not understand why such kind of serial and temporary objects must be stored using ,addobject