Scripting tweaks
Scripting tweaks
This commit is contained in:
parent
2bb2c470e0
commit
95df1aa540
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -15,7 +15,10 @@ and save it after you have edited & saved this script!
|
||||
#include "fky_chat_misc"
|
||||
#include "setxp_inc"
|
||||
#include "_inc_color_text_"
|
||||
#include "gen_inc_color"
|
||||
//#include "gen_inc_color"
|
||||
#include "inc_utility"
|
||||
|
||||
void main (){}
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//Taken from SimTools
|
||||
|
||||
|
@ -6,7 +6,7 @@ const string NWNPATH = "C:/NeverwinterNights/NWN/servervault/";//windows sample
|
||||
|
||||
const int PHOENIX = FALSE;//set this to true if you are using the older version of Letoscript, 3-18, rather than the newer 3-24 (other versions are 'bridge' versions with bugs)
|
||||
|
||||
const int DEBUG = FALSE;//set this to TRUE to enable debugging
|
||||
const int HGDEBUG = FALSE;//set this to TRUE to enable debugging
|
||||
|
||||
const int DEV_CRIT_DISABLED = FALSE;//set this to TRUE to disable devastating critical feat selection on levelup
|
||||
|
||||
|
@ -298,7 +298,7 @@ return FALSE;
|
||||
|
||||
void DoDebug(object oPC, string sDebug)
|
||||
{
|
||||
if (DEBUG)
|
||||
if (HGDEBUG)
|
||||
{
|
||||
WriteTimestampedLogEntry(sDebug);
|
||||
SendMessageToPC(oPC, sDebug);
|
||||
|
@ -29,7 +29,8 @@ location bTarget;
|
||||
#include "x3_inc_horse"
|
||||
|
||||
//Required Include For Color Messages(Read include to learn more)
|
||||
#include "gen_inc_color"
|
||||
//#include "gen_inc_color"
|
||||
#include "inc_utility"
|
||||
|
||||
//PROTOTYPE DECLARED
|
||||
void SendMessageToAllPC(string sMessage);
|
||||
|
Loading…
x
Reference in New Issue
Block a user