Need Help

tanchunhung

New Member
Reaction score
2
I need a help

Trigger:
  • ChEat
    • Events
      • Player - Player 1 type -str [number]
    • Conditions
    • Actions
      • Hero - Modifity Strength of [HeRo] of ZZz: Set to [number]


if i put 1 on it,it set to 1
if i put 999 on it,it set to 999
how ?
It = [number]
Thanks

Sorry for my bad english:p
 

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
613
Code:
Cheat
    Events
        Player - Player 1 (Red) types a chat message containing -str  as A substring
    Conditions
    Actions
        Hero - Modify Strength of Hero: Set to (Integer((Substring((Entered chat string), 6, (Length of (Entered chat string))))))

Note that the entered string must contain "-str " with a space. otherwise lessen the first integer in the Substring function by 1.
 

tanchunhung

New Member
Reaction score
2
Thanks!!!This is much helpful!!But if i wanted to modify on selection unit's str,how ?
Sorry~
 

tommerbob

Minecraft. :D
Reaction score
110
he probably means the hero that is currently selected by the triggering player.
 

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
613
Code:
Cheat
    Events
        Player - Player 1 (Red) types a chat message containing -str  as A substring
    Conditions
    Actions
        Unit Group - Pick every unit in (Units currently selected by (Triggering player)) and do (Actions)
            Loop - Actions
                If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    If - Conditions
                        ((Picked unit) is A Hero) Equal to True
                    Then - Actions
                        Hero - Modify Strength of (Picked unit): Add (Integer((Substring((Entered chat string), 6, (Length of (Entered chat string))))))
                    Else - Actions

This will work for all heroes currently selected.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top