Jump to content

Help adding timer code to an activator script


Deleted2746547User

Recommended Posts

  • Replies 86
  • Created
  • Last Reply

Top Posters In This Topic

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 by Capt Mitch
Link to comment
Share on other sites

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 by Capt Mitch
Link to comment
Share on other sites

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 message

There 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 by Capt Mitch
Link to comment
Share on other sites

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 message

There 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

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 message

There 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 by Capt Mitch
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...