Difference between revisions of "Mudlet Mapper"

From Mudlet
Jump to navigation Jump to search
(All content was moved to Manual:Mapper so turn this page into a mere redirect)
Tag: New redirect
 
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Placing the mapper into a corner ==
+
#redirect [[Manual:Mapper]]
 
 
Here's a snippet you can use to place the mapper window into a corner and have it automatically come up whenever you open Mudlet. To use this, create a new script and copy/paste the code into it.
 
 
 
<lua>
 
local main = Geyser.Container:new({x=0,y=0,width="100%",height="100%",name="ofn.whc"})
 
 
 
local mapper = Geyser.Mapper:new({
 
  name = "mapper",
 
  x = "70%", y = 0, -- edit here if you want to move it
 
  width = "30%", height = "50%"
 
}, main)
 
</lua>
 

Latest revision as of 20:29, 1 February 2023

Redirect to: