Yoko
http://forum.yoko.com.ua/

Some suggestions
http://forum.yoko.com.ua/viewtopic.php?f=4&t=7370
Page 1 of 1

Author:  Krysa [ 2006-04-15 11:23:36 ]
Post subject:  Some suggestions

a) Block multiple executions
[BlockMultipleExecutions("group")]
sub test()
UO.Print("test");
end sub

[BlockMultipleExecutions("group")]
sub test2()
UO.Print("test2");
end sub

b) Some function that firing every x seconds (interval i can set on "Main" form and UO.Set)

c) UO.Get("finddistance"), UO.Get("injectecho") ...

d) More message types

UO.Print(color, text);
UO.Print(serial, color, text);

e) overloads in scripts

sub something(item.Graphic)

end sub

sub something(item.Graphic, item.Color)

end sub

f) parameters from game

,exec test 54 39

sub test(a, b)
UO.Print(Str(Val(a)+Val(b)));
end sub

g) No messagebox when error, only print ingame message

Author:  Destruction [ 2006-04-15 16:50:59 ]
Post subject: 

Moved to Requests.

А ваще, всё это уже было.

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/