• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Trigger] Unable to detect when player cheats

Status
Not open for further replies.
Level 7
Joined
May 23, 2011
Messages
179
why this trigger dont work??


  • Cheat Trigger
    • Events
      • Player - Player 1 (Red) types a chat message containing <Empty String> as A substring
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • Or - Any (Conditions) are true
            • Conditions
              • (Entered chat string) Equal to whosyourdaddy
              • (Entered chat string) Equal to (Substring(greedisgood , -1000000000, 1000000000))
              • (Entered chat string) Equal to (Substring(keysersoze , -1000000000, 1000000000))
              • (Entered chat string) Equal to (Substring(leafittome , -1000000000, -1000000000))
              • (Entered chat string) Equal to iseedeadpeople
              • (Entered chat string) Equal to warpten
        • Then - Actions
          • Dialog - Show CheatSuspensio for Player 1 (Red)
          • Dialog - Change the title of CheatSuspensio to Warning ! Cheating ...
          • Wait 60.00 seconds
          • Dialog - Create a dialog button for CheatSuspensio labelled Continue
        • Else - Actions
  • Cheat Trigger Key
    • Events
      • Dialog - A dialog button is clicked for CheatSuspensio
    • Conditions
    • Actions
      • Dialog - Clear CheatSuspensio
Help guys...
 
Status
Not open for further replies.
Top