I wrote this script:
Scriptname QuesterTester extends TopicInfo Quest Property TBJ Auto Int Property PrevLvl Auto FUNCTION getthedamnquest() If GetOwningQuest().GetStage() <= PrevLvl GetOwningQuest().SetStage(PrevLvl) EndifendFUNCTIONQuest Property TBJ01 AutoWherein PrevLvl has been set to 10.
Now I have this script locally at the topic I want to kick off the quest. I feel like I should simply be able to write getthedamnquest() and compile in the end: box of the topic, but that isn't working.
Anyone know how to start a darn quest?

