VisualGearTypes: Can't use vgtSmallDamageTag
authorWuzzy
Sun, 13 Dec 2020 14:58:03 +0100
changeset 2205 15b8c1953be3
parent 2204 757cf3aa29dd
child 2206 4bf9ae7d9739
VisualGearTypes: Can't use vgtSmallDamageTag
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.