This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- ========================== | |
| -- AUTO FOLLOW AL LÍDER (solo si está visible) | |
| -- ========================== | |
| -- UI en Main | |
| UI.Label("Auto Follow 1.0", mainTab) | |
| addTextEdit("followLeader", storage.followLeader or "PlayerName", function(widget, text) | |
| storage.followLeader = text | |
| end, mainTab) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- ========================== | |
| -- AUTO FOLLOW AL LÍDER (solo si está visible) | |
| -- ========================== | |
| -- UI en Main | |
| UI.Label("Auto Follow 1.0", mainTab) | |
| addTextEdit("followLeader", storage.followLeader or "PlayerName", function(widget, text) | |
| storage.followLeader = text | |
| end, mainTab) |