two questions

xisailuo261

First time out of the vault
In my ssl file
When I use PID_TOUGH_GUARD_MALE,it cannot compile my ssl,but when I use PID_ENCLAVE_GUARD_MALE ,it passed.So as the PID_VINDICATOR_MINIGUN & PID_10MM_SMG

second

how to link a ssl & a msg,two of
my files mm.ssl & beatjg.ssl
#define NAME SCRIPT_MM
#define NAME SCRIPT_BEATJG
beatjg can find its msg file,but mm.ssl cannot,can you tell me why?
it says mm.ssl"ERROR GRABBING TEXT MESSAGE"
 
for "PID_TOUGH_GUARD_MALE" try to include "critrpid.h" and/or check you've made no mistake typing those "words"

the most simple way to link your .ssl and .msg file is to give them the same name, and to define "NAME" as well.

in your case : beatjg.ssl,beatjg.msg and #define NAME SCRIPT_BEATJG
and of course define SCRIPT_BEATJG in the script.h file.
 
I HIGHLY recomend getting the FSE ( Fallout Script Editor), it's a great piece of kit that can register your script in the scripts.h file, the scripts.lst file and wherever else it needs to be registered with the click of a button ( and the filling in of a name and description in a pop up window.. :) )
also it can edit and create the ascosiated .msg files as well as having a great little feature where it can put the text as comments into the script so you can see that the right lines are in the right place...

yet more great features are the auto complete feature for commands, as well as sugesting data the command needs ( like pointers to critters, number of items etc..... )

to be perfectly honest, it's awesome

now all i need to do is put in THIS link and my job here is done :)
 
Back
Top