noz1ng Posted March 31, 2017 Share Posted March 31, 2017 Hi all, i'm just yet another newbie in SCK, and i've a question. I'm planning to make a simple quest, that should start IF another quest is complete. Actually, this quest does nothing itself, and should only serve as entry point to call some functions. It sounds quite simple, but i stuck with declaring that IF condition. I wish something like this: *somewhere in quest creation form* if (AnotherQuestThatShouldBeCompleted.IsCompleted() == 1) doStuff() endif So, question is... where is that *somewhere in quest creation form* section? Can you explain it to me, please? Link to comment Share on other sites More sharing options...
noz1ng Posted March 31, 2017 Author Share Posted March 31, 2017 Ah, never mind guys - just found a plenty of answers in the neighbour topics. Thx a lot! Link to comment Share on other sites More sharing options...
Recommended Posts