View Single Post
04-28-23, 11:32 AM   #8
AeroMaxxD
An Aku'mai Servant
Join Date: Dec 2022
Posts: 33
Oh sorry what I meant was how to change this:

Code:
<Scripts>
	<OnLoad>
		AMD_OnLoad(self)
		self:Hide()
	</OnLoad>
</Scripts>
into lua code?

Like maybe
Lua Code:
  1. AMD_TabOnCharacterFrame:OnLoad(AMD_OnLoad(self));
  Reply With Quote