• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Get your art tools and paintbrushes ready and enter Hive's 34th Texturing Contest: Void! Click here to enter!

Automatically add stable tags

Status
Not open for further replies.

Chaosy

Tutorial Reviewer
Level 41
Joined
Jun 9, 2011
Messages
13,245
This is something that I have been wondering about for a year or two actually.

the [stable]something[/stable] makes certain bb codes straight out better. I see no reason why it shouldn't be applied by default.

Example:

10966106014.jpg



10966106014.jpg

Example 2:
#1
  • GUI demo
    • Events
      • Player - Player 1 (Red) types a chat message containing <Empty String> as An exact match
    • Conditions
    • Actions
      • Unit Group - Pick every unit in (Units in (Playable map area)) and do (Actions)
        • Loop - Actions
          • Set MC_unit = (Picked unit)
          • Set MC_player = Player 1 (Red)
          • Set MC_duration = 5.00
          • Custom script: call applyMindControl(udg_MC_unit, udg_MC_player, udg_MC_duration)
          • Set tloc = (Position of MC_unit)
          • Special Effect - Create a special effect at tloc using Abilities\Spells\Human\ThunderClap\ThunderClapCaster.mdl
          • Special Effect - Destroy (Last created special effect)
          • Custom script: call RemoveLocation(udg_tloc)
#2
  • GUI demo
    • Events
      • Player - Player 1 (Red) types a chat message containing <Empty String> as An exact match
    • Conditions
    • Actions
      • Unit Group - Pick every unit in (Units in (Playable map area)) and do (Actions)
        • Loop - Actions
          • Set MC_unit = (Picked unit)
          • Set MC_player = Player 1 (Red)
          • Set MC_duration = 5.00
          • Custom script: call applyMindControl(udg_MC_unit, udg_MC_player, udg_MC_duration)
          • Set tloc = (Position of MC_unit)
          • Special Effect - Create a special effect at tloc using Abilities\Spells\Human\ThunderClap\ThunderClapCaster.mdl
          • Special Effect - Destroy (Last created special effect)
          • Custom script: call RemoveLocation(udg_tloc)

I have not tried with other bb codes, but maybe there are others that could benefit from this as well.
 
Status
Not open for further replies.
Top