Search found 2 matches

by Kalizander
2006-08-14 03:36:52
Forum: Help
Topic: Is the ongump even working with textentries and if so, how
Replies: 0
Views: 1002

Is the ongump even working with textentries and if so, how

In injection 312.19 ongump doesn't send any replies at all as far as I can tell. You can use ongump and it will show gumpcaches when you use ,ongump but the dialog will open anyway and no response is send I think.

With older versions the ongump command works fine if it only has to press a button ...
by Kalizander
2006-07-12 05:08:56
Forum: Help
Topic: program flow
Replies: 1
Views: 811

program flow

I would like more than one function to run at the same time but with a parameter.

Or to give the example. When I see an enemy I would like to run the functions.

gotoenemy(enemy)
checkenemystatus(enemy)
checkmystatus(enemy)

to run symultaniously.

uo.exec('exec ...') doesn't work ...