Talk:Sublime Text Setup

From the CreationKit Wiki
Revision as of 18:44, 5 March 2012 by imported>Aarondhp24 (Created page with "Perhaps I am the only one with this problem, but just shouting out to the Nether in hopes of assistance. I have tried using Notepad ++, and now Sublime Text to create and com...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Perhaps I am the only one with this problem, but just shouting out to the Nether in hopes of assistance. I have tried using Notepad ++, and now Sublime Text to create and compile a simple script for my world.

ScriptName MyFirstScript extends quest {This script should display "Hello, World!" within the game world} Event OnInit debug.notification("Hello, World!") EndEvent

I saved it in the /scripts/source folder as instructed and compiled it successfully. For some strange reason when I open up my quests script tab, I cannot locate it. I tried to create the same script with the same name within the creation kit itself, but was told that the script already exists. Well awesome Mr.Creation kit, can you tell me then why it won't display in the drop down menu?

Any help with this would be greatly appreciated. I'm sure I'm not the only one having this problem.