I'm trying to get a custom made quest to show up in the pipboy.
I've been looking through a few of the .ssl files for information on how to do this. So far I've found an example of a logged quest once it has been finished:
(from the KCTORR.ssl)
set_global_var(GVAR_QUEST_RUSTLE_CATTLE, RUSTLE_SUCCESS);
set_global_var(GVAR_RUSTLE_SUCCESS,1);
However where does this link to for a small one line sentence to show up in the pipboy? Do I need to define the global_var and if so where do I define it?
Any help would be useful, Thanx.
EDIT: ok I research a little and discovered the global_vars all in the vault13.gam and global.h file. How does it get integrated into pipboy and how does pipboy display a custom quest message?
I've been looking through a few of the .ssl files for information on how to do this. So far I've found an example of a logged quest once it has been finished:
(from the KCTORR.ssl)
set_global_var(GVAR_QUEST_RUSTLE_CATTLE, RUSTLE_SUCCESS);
set_global_var(GVAR_RUSTLE_SUCCESS,1);
However where does this link to for a small one line sentence to show up in the pipboy? Do I need to define the global_var and if so where do I define it?
Any help would be useful, Thanx.
EDIT: ok I research a little and discovered the global_vars all in the vault13.gam and global.h file. How does it get integrated into pipboy and how does pipboy display a custom quest message?