yoko,i have some question
Posted: 2004-10-16 18:27:04
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
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