XouZ
New Member
- Reaction score
- 4
- Author
- RedAlert
- Contributors
- XouZ
- Quickbar Entry
-
javascript:
if(game_data["screen"] == "info_ally") {
$.getScript('https://twscripts.dev/scripts/extendedTribeInfo.js');
} else if(game_data["screen"] == "info_player") {
$.getScript('https://twscripts.dev/scripts/extendedPlayerInfo.js');
}
- Public?
- Public
To save space on QuickBar I wanted to do a screen check for RedAlerts Extended Info scripts to select which to run rather than having two separate links for it.
More info about Extended Tribe Info can be found here:
https://forum.tribalwars.net/index.php?threads/extended-tribe-info.285566/
More info about Extended Player Info can be found here:
https://forum.tribalwars.net/index.php?threads/extended-player-info.285361/
More info about Extended Tribe Info can be found here:
https://forum.tribalwars.net/index.php?threads/extended-tribe-info.285566/
More info about Extended Player Info can be found here:
https://forum.tribalwars.net/index.php?threads/extended-player-info.285361/
Last edited:
Upvote
0