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!
Quantity on OnGump.
Moderators: Murderator+, Murderator
Code: Select all
VAR i
for i=1 to 10
uo.ongump('whatever')
wait(5000)
next
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net
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
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

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
well I dont use ongump and I think entryes is for text use only
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net