I'm trying to create a timer script that they have spent 3 days, add a topic, and go to the next quest stage, but I'm having problems ... Can someone help?
if ( GetStage aa1 == 6 ) && ( doOnceX == 0 )
Set StartDay to GameDay
set state to 0
set FinishDay to (StartDay +3)
addtopic 1
set doOnceX to 1
endif
if ( doOnceX == 1 ) && ( Gameday >= FinishDay )
Setstage 1aa 7
set state to 1
addtopic 2
set doonceX to 2
endif
Please, help me



Sign In
Create Account

Back to top









