• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[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