

README
CHANGELOG
DOWNLOAD
Code: Select all
_inside_ task:
say 1010
cast Dispel-Undead effect do _cast_
https://github.com/Interkarma/daggerfal ... lUndead.csThe name 'Dispel-Undead' doesn't exist in the attribute group 'effectKey'.dftemplate(9)
Thanks Jay, i appreciate all your feedback; i probably need to update list of effectsJay_H wrote: ↑Fri Aug 09, 2019 6:53 pm I'm getting a redline for this task under Dispel-Undead:
Code: Select all
_inside_ task: say 1010 cast Dispel-Undead effect do _cast_
https://github.com/Interkarma/daggerfal ... lUndead.csThe name 'Dispel-Undead' doesn't exist in the attribute group 'effectKey'.dftemplate(9)
I think I have the effect key correct.
Code: Select all
#!/usr/bin/env python
Code: Select all
# vim: ts=4:sw=4:et:ft=js
Code: Select all
-- code: language=dftemplate
Quest: JHMG001
DisplayName: An Illusory Hunt
QRC:
This is an extension for Visual Studio Code, so it only works with it. Note that this is not the same as Visual Studio, which is a full IDE; VS Code is born as a text editor, like Notepad++.emmathepony wrote: ↑Tue Sep 03, 2019 8:03 pm Can we use Notepad++ for this? I'm not familiar with Visual Studios at all.