diff options
Diffstat (limited to 'src/bindings/scripts/docs/ToDo.txt')
-rw-r--r-- | src/bindings/scripts/docs/ToDo.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/bindings/scripts/docs/ToDo.txt b/src/bindings/scripts/docs/ToDo.txt new file mode 100644 index 00000000000..5df315da037 --- /dev/null +++ b/src/bindings/scripts/docs/ToDo.txt @@ -0,0 +1,14 @@ +--- TO DO --- +Simple list of things we need to do. + +--- ScriptDev2 Framework --- +Move all text out of C++ code and into SD2 database. + +--- Scripting with Priorities --- +1) Boss AI and Boss Event scripts +2) Specific NPC AI, Gossip, Quest, Event scripts +3) Spell and Item scripts + +--- Core Problems --- + +- Spell scripts are only scriptable within the core. Spell scripts should be done in SD2 since they are very specialized.
\ No newline at end of file |