PDA

View Full Version : In LUA, how do you bring up a shortcut?



SilentRuin
July 16th, 2020, 01:11
I have no link reference to an XML at all - just pure data in LUA. I have an sClass = "npc" and an sRecord = "reference.npcdata.aarakocra@DD MM Monster Manual" - essentially a broken out shortcut. How would I force an NPC sheet for this to appear in code? Same question for charsheet or item or really anything.

SilentRuin
July 16th, 2020, 01:34
You people are getting to slow to answer my questions!

Found it myself,



local wNew = Interface.openWindow(sClass, sRecord);