I had an idea of showing the hints in 2 ways. One way is below. Here's an example. The trigger isn't done, as there's more work:
Hint
And as the 2nd way, I wanted to show hints by typing commands, like -hint [number here]. It works up to 20. This is also difficult. Can anyone tell me how to use string commands the right way?
Hint
-
Events
- Time - Every 80.00 seconds of game time
- Conditions
-
Actions
- -------- Here, hints will appear, depending on a chance. --------
- Set Hint_Number = 20
- Set Hint_Chance = (Random integer number between 1 and Hint_Number)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- Hint_Chance Less than or equal to 20
-
Then - Actions
- Game - Display to (All players) for 10.00 seconds the text: (String(Hint_Chance...
- Else - Actions
-
If - Conditions
And as the 2nd way, I wanted to show hints by typing commands, like -hint [number here]. It works up to 20. This is also difficult. Can anyone tell me how to use string commands the right way?