# HG changeset patch # User Wuzzy # Date 1607867883 -3600 # Node ID 15b8c1953be3b06ec693c41a96857cc7086ed9bb # Parent 757cf3aa29ddea1c7f56ae239c56d2b8c1f96d1b VisualGearTypes: Can't use vgtSmallDamageTag diff -r 757cf3aa29dd -r 15b8c1953be3 VisualGearTypes.wiki --- a/VisualGearTypes.wiki Sun Dec 13 13:31:23 2020 +0100 +++ b/VisualGearTypes.wiki Sun Dec 13 14:58:03 2020 +0100 @@ -86,9 +86,11 @@ * `Timer`: Expiration timer == `vgtSmallDamageTag` == +NOTE: Due to a bug, this cannot currently be used in Lua scripts. + Damage indicator, displays a damage value. Looks similar to `vgtHealthTag`, but is smaller. -The parameters are the saem as for `vgtHealthTag`. +The parameters are the same as for `vgtHealthTag`. == `vgtSpeechBubble` == Displays a speech bubble with text. In Lua, you cannot change the text after this has been created. Use `HogSay` in Lua to spawn a speech bobble properly.