Boombro Posted May 31, 2015 Share Posted May 31, 2015 So a property to a script is what a condition to a line of dialogue? Link to comment Share on other sites More sharing options...
Mattiewagg Posted May 31, 2015 Author Share Posted May 31, 2015 So a property to a script is what a condition to a line of dialogue? Not necessarily, no. It's a public variable - the initial value can be set externally (allowing it to be something variables can't be), and it can be set internally. It can be referenced from other scripts. Link to comment Share on other sites More sharing options...
Boombro Posted May 31, 2015 Share Posted May 31, 2015 I mean, you add it script to so it point to what the script should change, like what quest or item. It like setting a condition to focus on the player, a quest stage, or voice type. Link to comment Share on other sites More sharing options...
Mattiewagg Posted May 31, 2015 Author Share Posted May 31, 2015 I mean, you add it script to so it point to what the script should change, like what quest or item. It like setting a condition to focus on the player, a quest stage, or voice type.Sure, yes. Link to comment Share on other sites More sharing options...
Boombro Posted May 31, 2015 Share Posted May 31, 2015 Is it okay if kept bothering you with my ignorance? Link to comment Share on other sites More sharing options...
Mattiewagg Posted May 31, 2015 Author Share Posted May 31, 2015 (edited) Is it okay if kept bothering you with my ignorance?Sure, everyone bothers me with their ignorance. :tongue: EDIT Clarification: That is a yes, absolutely bother me if you need help. Edited May 31, 2015 by Mattiewagg Link to comment Share on other sites More sharing options...
Boombro Posted May 31, 2015 Share Posted May 31, 2015 The script failed, and since it as failure I can't even add a property. Quest property FreeformWhiterunQuest02 auto event OnCellAttach() event FreeformWhiterunQuest02.IsCompleted() Self.enable() Endif End event Link to comment Share on other sites More sharing options...
Mattiewagg Posted May 31, 2015 Author Share Posted May 31, 2015 The script failed, and since it as failure I can't even add a property. Quest property FreeformWhiterunQuest02 autoevent OnCellAttach()event FreeformWhiterunQuest02.IsCompleted()Self.enable()EndifEnd event It's not Event FreeformWhiterunQuest02.iSCompleted. It's IF FreeFormWhiterunQuest02.IsCompleted() Link to comment Share on other sites More sharing options...
Boombro Posted May 31, 2015 Share Posted May 31, 2015 Failed. How about you write a script that does the same, and let me compare the two? Link to comment Share on other sites More sharing options...
Mattiewagg Posted May 31, 2015 Author Share Posted May 31, 2015 Failed. How about you write a script that does the same, and let me compare the two?What is the compilation error? Also, yours says End event and it needs to be EndEvent. Change that. Link to comment Share on other sites More sharing options...
Recommended Posts