1 how can i get my character 's skill value??does it have any command or var i can get skill value
2 if i have two function run in one time . like this
sub test1
if uo.injournal("attacking you") then
uo.say(".guards")
uo.deletejournal()
end if
end sub
sub test2
if uo.injournal("stop lumberjacking") then
....... //do something like go other position
.......
uo.deletejournal()
end if
end sub
if test1 and test2 run both in one time
does uo.deletejournal() command in sub test1 will affect sub test2? let test2 dont get the "stop lumberjacking " msg in journal??
3 does your injection have any absolute document? I can guess some command from it own name .but some command i hardly to use it ..
thank you for develop injection.I hope this tool can be more perfect..
if i want to rework on your injection source code .what tool i need to get?
thank you very much
yoko,i have some question
Moderators: Murderator+, Murderator
Re: yoko,i have some question
selila wrote:1 how can i get my character 's skill value??does it have any command or var i can get skill value
2 if i have two function run in one time . like this
sub test1
if uo.injournal("attacking you") then
uo.say(".guards")
uo.deletejournal()
end if
end sub
sub test2
if uo.injournal("stop lumberjacking") then
....... //do something like go other position
.......
uo.deletejournal()
end if
end sub
if test1 and test2 run both in one time
does uo.deletejournal() command in sub test1 will affect sub test2? let test2 dont get the "stop lumberjacking " msg in journal??
3 does your injection have any absolute document? I can guess some command from it own name .but some command i hardly to use it ..
if any problems appear with uo.deletejournal(), when running several scripts at one time, use something about this:
Code: Select all
setjournalline(uo.injournal("stop lumberjacking")-1,"a")
p.s.: sorry for my english