Can you explain what the difference between LOAD_SCEN and START_SCEN states?
Author | Topic: Can you explain what the difference between LOAD_SCEN and START_SCEN states? |
---|---|
Warrior
Member # 6682
|
written Sunday, June 11 2006 12:16
Profile
I am somewhat confused about these two states in the scenario script. They are apparently both called once, at the very beginning ,although I am not too sure what the conceptual difference is between the two? And apparently, unless you want to print a string right at the very beginning of the scenario you wouldn't use these states to put in calls that are executed at some time greater than zero. [ Sunday, June 11, 2006 12:17: Message edited by: Lancer ] -------------------- Lancer Posts: 73 | Registered: Friday, January 13 2006 08:00 |
Off With Their Heads
Member # 4045
|
written Sunday, June 11 2006 12:19
Profile
Homepage
You know how you load a saved game? That's when the LOAD_SCEN_STATE is called. It can be called many times (depending on how many times during the course of a scenario you reload). The START_SCEN_STATE is called only once, when you start the scenario. Also, one does not often use print_str in either of those places, although one probably could. Other calls go there. Check released scenarios to see which ones. [ Sunday, June 11, 2006 12:20: Message edited by: Kelandon ] -------------------- Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens. Smoo: Get ready to face the walls! Ephesos: In conclusion, yarr. Kelandon's Pink and Pretty Page!!: the authorized location for all things by me The Archive of all released BoE scenarios ever Posts: 7968 | Registered: Saturday, February 28 2004 08:00 |
...b10010b...
Member # 869
|
written Sunday, June 11 2006 16:30
Profile
Homepage
The START_SCEN_STATE is what you use for any things that you only want to do at the start of the scenario. In general, the only things you want to put in the LOAD_SCEN_STATE are things which the documentation tells you to put there. -------------------- The Empire Always Loses: This Time For Sure! Posts: 9973 | Registered: Saturday, March 30 2002 08:00 |