Recent content by Jyisnotter

  1. J

    Health attribute

    Haha! That seems to have fixed it. I feel pretty silly now for not just typing it out rather than copy and paste. Thanks :)
  2. J

    Health attribute

    Sorry, line 1 in the documentation. Line 20 in my script.
  3. J

    Health attribute

    Line 20, it doesn't seem to like the quotation marks on health for some reason.
  4. J

    Health attribute

    Hi, I am trying to alter the health attribute but I keep getting a compiler error My code: private void Start() { var attribute = m_AttributeManager.GetAttribute(“Health”); attribute.Value += 10; } When I compile the code I receive this error: error CS1056...
Top