mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
525 B
525 B
Function: ShowWindow(player, window, show)
Description: Shows a UI window, window represents the ui/default directory eq2ui_x_y.xml, in other words eq2ui_inventory_inventory.xml will be Inventory.Inventory.
Parameters:
player(Spawn) - Spawn object representingplayer.window(string) - Stringwindow.show(uint8) - Integer valueshow.
Returns: None.
Example:
-- From Quests/FarJourneyFreeport/TasksaboardtheFarJourney.lua
ShowWindow(Player, "Inventory.Inventory", 0)