Quantity on OnGump.

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Aldebaran
Posts: 24
Joined: 2004-04-11 13:20:44

Quantity on OnGump.

Post 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!
Nmy
Expert!
Posts: 2152
Joined: 2005-09-14 15:31:58
Location: Latvia

Post by Nmy »

Code: Select all

VAR i
for i=1 to 10
uo.ongump('whatever')
wait(5000)
next
Aldebaran
Posts: 24
Joined: 2004-04-11 13:20:44

Post 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:
Nmy
Expert!
Posts: 2152
Joined: 2005-09-14 15:31:58
Location: Latvia

Post 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
Post Reply