brother_soifran
Look, Ma! Two Heads!
Gronichonha.
I'vce made a new script for a tutorial of how to make dialog with FSE.
But strangely, this last always replace my last one call Zvetlana...
I explain.
I've my firstr training script of zvetlana, wich work correctly.
I create trhe new one, hawkeyes.int at the end of the script.LST in data\script\
I have add it in the script.ST in the directory .../headers/script.H
I launch the mapper.
Take a NPC, and apply him the hawkeyes script.
All work.
But, if I want to apply, my zvetlana's script
when I validate, the mapper aplly the hawkeyes script...
(I've pushed the end key to access quicly to zvetlana script.)
And it's the hawkeyes script which is applied...and working...
What's happen ?
It looks like if the last script created in the script.LST overwritte the alphabetical order.
Any idea?
Thanks
Brother Soifran
I'vce made a new script for a tutorial of how to make dialog with FSE.
But strangely, this last always replace my last one call Zvetlana...
I explain.
I've my firstr training script of zvetlana, wich work correctly.
I create trhe new one, hawkeyes.int at the end of the script.LST in data\script\
Code:
ntRicRom.int ; New Reno Richard Wright Room Spacial # local_vars=1
zvetlana.int ; script de zvetalana # local_vars=3
hawkeyes.int ;script pour tuto # local_vars=3
I have add it in the script.ST in the directory .../headers/script.H
Code:
#define SCRIPT_NTRICROM (1303) // ntRicRom.int ; New Reno Richard Wright Room Spacial
#define SCRIPT_ZVETLANA (1304) // zvetlana.int ; Script de zvetlana
#define SCRIPT_HAWKEYES (1305) // hawkeyes.int ; Script de hawkeyes
#endif // SCRIPTS_H
I launch the mapper.
Take a NPC, and apply him the hawkeyes script.
All work.
But, if I want to apply, my zvetlana's script
when I validate, the mapper aplly the hawkeyes script...
(I've pushed the end key to access quicly to zvetlana script.)
And it's the hawkeyes script which is applied...and working...
What's happen ?
It looks like if the last script created in the script.LST overwritte the alphabetical order.
Any idea?
Thanks
Brother Soifran