Code: Show/Hide [Misc]
PeriodicMessage0=4 1 This is the 1st message. PeriodicMessage1=4 2 This is the 2nd message. PeriodicMessage2=4 3 This is the 3rd message. PeriodicMessage3=4 4 This is the 4th message. |
Quote: |
; List of all possible Layers, starting from the farthest back, towards the front: ; BelowAll, AfterBackground, AfterTiles, AfterWeapons, AfterShips, AfterGauges, AfterChat, TopMost ; List of all possible Modes: ; ShowAlways: Means will always show, or until timer ends. If you leave off the mode type, will use this. ; EnterZone: Will only begin to show after someone enters zone for the display time. ; EnterArena: Will only show whenever they enter the arena. So if you only want to show last reset's top 5 names to people who only enter zone, not everytime they re-enter arena, use EnterZone. ; Kill: This will only show after they kill someone. ; Death: Shows only after they die. ; ServerControlled: Shows only whenever the zone feels like showing it. Either a mod did a *objon # or a bot did. |
Code: Show/Hide ; player deaths B-21,156,IMAGE0,TopMost,ServerControlled,0,8000 B-21,156,IMAGE1,TopMost,ServerControlled,0,8001 B-21,156,IMAGE2,TopMost,ServerControlled,0,8002 B-21,156,IMAGE3,TopMost,ServerControlled,0,8003 B-21,156,IMAGE4,TopMost,ServerControlled,0,8004 B-21,156,IMAGE5,TopMost,ServerControlled,0,8005 B-21,156,IMAGE6,TopMost,ServerControlled,0,8006 B-21,156,IMAGE7,TopMost,ServerControlled,0,8007 B-21,156,IMAGE8,TopMost,ServerControlled,0,8008 B-21,156,IMAGE9,TopMost,ServerControlled,0,8009 B-29,156,IMAGE0,TopMost,ServerControlled,0,8010 B-29,156,IMAGE1,TopMost,ServerControlled,0,8011 B-29,156,IMAGE2,TopMost,ServerControlled,0,8012 B-29,156,IMAGE3,TopMost,ServerControlled,0,8013 B-29,156,IMAGE4,TopMost,ServerControlled,0,8014 B-29,156,IMAGE5,TopMost,ServerControlled,0,8015 B-29,156,IMAGE6,TopMost,ServerControlled,0,8016 B-29,156,IMAGE7,TopMost,ServerControlled,0,8017 B-29,156,IMAGE8,TopMost,ServerControlled,0,8018 B-29,156,IMAGE9,TopMost,ServerControlled,0,8019 ; player kills B-67,156,IMAGE0,TopMost,ServerControlled,0,8020 B-67,156,IMAGE1,TopMost,ServerControlled,0,8021 B-67,156,IMAGE2,TopMost,ServerControlled,0,8022 B-67,156,IMAGE3,TopMost,ServerControlled,0,8023 B-67,156,IMAGE4,TopMost,ServerControlled,0,8024 B-67,156,IMAGE5,TopMost,ServerControlled,0,8025 B-67,156,IMAGE6,TopMost,ServerControlled,0,8026 B-67,156,IMAGE7,TopMost,ServerControlled,0,8027 B-67,156,IMAGE8,TopMost,ServerControlled,0,8028 B-67,156,IMAGE9,TopMost,ServerControlled,0,8029 B-75,156,IMAGE0,TopMost,ServerControlled,0,8030 B-75,156,IMAGE1,TopMost,ServerControlled,0,8031 B-75,156,IMAGE2,TopMost,ServerControlled,0,8032 B-75,156,IMAGE3,TopMost,ServerControlled,0,8033 B-75,156,IMAGE4,TopMost,ServerControlled,0,8034 B-75,156,IMAGE5,TopMost,ServerControlled,0,8035 B-75,156,IMAGE6,TopMost,ServerControlled,0,8036 B-75,156,IMAGE7,TopMost,ServerControlled,0,8037 B-75,156,IMAGE8,TopMost,ServerControlled,0,8038 B-75,156,IMAGE9,TopMost,ServerControlled,0,8039 |