Table of Contents
Details #
All scripts have been collected over the years and if available will still contain the creators details, these scripts may run well or not.
Scripts #
camping.sc #
sub main()
Repeat
UO.UseFromGround(0x0DE1)
Wait(50)
Until FALSE
end sub
camping2.sc #
sub main()
Repeat
UO.Useobjecttype(0x0de1)
Wait(50)
Until False
end sub