ArcaneSmith Posted March 15, 2012 Posted March 15, 2012 (edited) What is this item in the quest stage tab for? And how is it different to link the script fragment to a kmy script and link it to none? I haven't found anything on it and i'm really curious. Edit: Got it =P Edited March 15, 2012 by ArcaneSmith
tunaisafish Posted March 16, 2012 Posted March 16, 2012 It's the object of the main script attached to your quest.Basically the CK automatically does the fiddly casting for you... ;Don't need to do this as CK does it for you CurrentQuestScrName kmyQuest = (self As Quest) As CurrentQuestScrName So you can access the properties and functions within your main script easily... kmyQuest.MainScrProp = 1 res = kmyQuest.MainScrFunc() val = kmyQuest.MainScrProp
Recommended Posts