Floating text on creature doesn't work !?
There are these two scripting functions, "FloatingTextStrRefOnCreature" and "FloatingTextStringOnCreature", i can't seem to get them to work on any other creature besides the pc, any ideas why??Anyone knows of other ways to display text on screen, something like "First Attack", "Too fast!" or "Received item ***" ??Edit: Ok, I found this:
Can i change the text speed and color?Any other functions??
There are these two scripting functions, "FloatingTextStrRefOnCreature" and "FloatingTextStringOnCreature", i can't seem to get them to work on any other creature besides the pc, any ideas why??Anyone knows of other ways to display text on screen, something like "First Attack", "Too fast!" or "Received item ***" ??Edit: Ok, I found this:
Code:
RunClientLua("g_GuiInGame:ShowCustomFeedback('***')");


