Page 1 of 1

Quantity on OnGump.

Posted: 2007-04-17 15:26:05
by Aldebaran
Hi all:

I would like to know if it is possible to set quantity in an entry, when using "ongump" command. I mean, if there is any way to set I want make 10 chairs through use of OnGump command.

Thank you in advanced!

Posted: 2007-04-17 15:47:53
by Nmy

Code: Select all

VAR i
for i=1 to 10
uo.ongump('whatever')
wait(5000)
next

Posted: 2007-04-17 16:03:19
by Aldebaran
Thank you, Mr Nmy:

But what I am looking for is the correct use OnGump command, since I can't write "entryes" parameters correctly.
If I write:

,ongump anygump 210 entryes

system says it is correctly parsed. But when I write this:

,ongump anygump 210 entryes '10'

systems says parameter "entryes" is incorrect.

and I wonder why :lol:

Posted: 2007-04-17 18:29:14
by Nmy
Aldebaran wrote:Thank you, Mr Nmy:

But what I am looking for is the correct use OnGump command, since I can't write "entryes" parameters correctly.
If I write:

,ongump anygump 210 entryes

system says it is correctly parsed. But when I write this:

,ongump anygump 210 entryes '10'

systems says parameter "entryes" is incorrect.

and I wonder why :lol:


well I dont use ongump and I think entryes is for text use only