UO.Set and ???
Moderators: Murderator+, Murderator
UO.Set and ???
Can I get a value what i set in UO.Set? For Example i need get "quiet" or "finddistance".
Destruction wrote:It impossible.
Impossible? Nothing is impossible

Code: Select all
Sub MyUO.Set(what, value)
UO.SetGlobal("set_"+what, value);
UO.Set(what, value);
end sub
Sub MyUO.Get(what)
return UO.GetGlobal("set_"+what);
end sub
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56