Some suggestions

Requests of new features and reports on bugs needs to be fixed

Moderators: Murderator+, Murderator

Post Reply
Krysa
Posts: 9
Joined: 2005-08-06 18:06:05
Contact:

Some suggestions

Post by Krysa »

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
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

Moved to Requests.

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