Deleted2746547User Posted November 5, 2012 Author Share Posted November 5, 2012 The script will NOT save until you make the messages and change the other ones because it is looking for references that are not there yet I did.... the error was an endif... hold on... line 94 : all script commands must be inside a begin/end block Link to comment Share on other sites More sharing options...
CaptMitch Posted November 5, 2012 Share Posted November 5, 2012 (edited) Ops i made a mistake here Condition Function Function Parameters Value Run On GetItemCount BlackbriarHammer == 1 Refrence == Player This should be like Condition Function Function Parameters Value Run On GetItemCount BlackbriarHammer >= 1 Refrence == Player Edited November 5, 2012 by Capt Mitch Link to comment Share on other sites More sharing options...
CaptMitch Posted November 5, 2012 Share Posted November 5, 2012 (edited) The script will NOT save until you make the messages and change the other ones because it is looking for references that are not there yet I did.... the error was an endif... hold on... line 94 : all script commands must be inside a begin/end block It has to be a copy/paste error. the script is correct. It sounds like you missed the last END condition at the bottom Edited November 5, 2012 by Capt Mitch Link to comment Share on other sites More sharing options...
Deleted2746547User Posted November 5, 2012 Author Share Posted November 5, 2012 Ops i made a mistake here Condition Function Function Parameters Value Run On GetItemCount BlackbriarHammer == 1 Refrence == Player This should be like Condition Function Function Parameters Value Run On GetItemCount BlackbriarHammer >= 1 Refrence == Player Where is this? Link to comment Share on other sites More sharing options...
CaptMitch Posted November 5, 2012 Share Posted November 5, 2012 (edited) Ops i made a mistake here Condition Function Function Parameters Value Run On GetItemCount BlackbriarHammer == 1 Refrence == Player This should be like Condition Function Function Parameters Value Run On GetItemCount BlackbriarHammer >= 1 Refrence == Player Where is this? This is one of the conditions for BUTTON 0 in the BlackbriarWashoeNorthRedoubtChoiceMesg messageThere should be 4 conditions on BUTTON 0 the build button The conditions make it so the button will not show unless the player has all the items needed to build Edited November 5, 2012 by Capt Mitch Link to comment Share on other sites More sharing options...
CaptMitch Posted November 5, 2012 Share Posted November 5, 2012 Did you get the script to save? Link to comment Share on other sites More sharing options...
CaptMitch Posted November 5, 2012 Share Posted November 5, 2012 (edited) ok i found another mistake. ADD set awaitingInput to 0 Right under Set CoolDownTimer to 4 Edited November 5, 2012 by Capt Mitch Link to comment Share on other sites More sharing options...
Deleted2746547User Posted November 5, 2012 Author Share Posted November 5, 2012 Ops i made a mistake here Condition Function Function Parameters Value Run On GetItemCount BlackbriarHammer == 1 Refrence == Player This should be like Condition Function Function Parameters Value Run On GetItemCount BlackbriarHammer >= 1 Refrence == Player Where is this? This is one of the conditions for BUTTON 0 in the BlackbriarWashoeNorthRedoubtChoiceMesg messageThere should be 4 conditions on BUTTON 0 the build button The conditions make it so the button will not show unless the player has all the items needed to build Ok, found it, got everything added... got the lines right in the script... but now I'm getting an error on GetDaysPassed (line 90) Link to comment Share on other sites More sharing options...
CaptMitch Posted November 5, 2012 Share Posted November 5, 2012 (edited) Ops i made a mistake here Condition Function Function Parameters Value Run On GetItemCount BlackbriarHammer == 1 Refrence == Player This should be like Condition Function Function Parameters Value Run On GetItemCount BlackbriarHammer >= 1 Refrence == Player Where is this? This is one of the conditions for BUTTON 0 in the BlackbriarWashoeNorthRedoubtChoiceMesg messageThere should be 4 conditions on BUTTON 0 the build button The conditions make it so the button will not show unless the player has all the items needed to build Ok, found it, got everything added... got the lines right in the script... but now I'm getting an error on GetDaysPassed (line 90) OPS change GetDaysPassed to GameDaysPassed LOL sorry it is 6:49 am here :P Edited November 5, 2012 by Capt Mitch Link to comment Share on other sites More sharing options...
CaptMitch Posted November 5, 2012 Share Posted November 5, 2012 One more question I just noticed. Does building this project NOT use up 1 hammer? If it does then we need to add remove hammer from player INV into the script If not then we need to fix the Material message Link to comment Share on other sites More sharing options...
Recommended Posts