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 #
carto.sc #
sub main()
For i = 1 To 50
UO.UseType(0x14ED)
Wait(500)
Next
end sub
cartog.sc #
sub main()
start:
UO.Exec("waitmenu 'What' 'World'")
UO.Exec('usetype blankmap')
wait(1000)
GOTO start
end sub