Fixed DMFI wands
Fixed DMFI wands. Full Compile. Updated release archive.
This commit is contained in:
@@ -46,11 +46,11 @@ int nStartingGear = TRUE; // Give new player starting gear TRUE or FALSE?
|
||||
// If TRUE add ResRef between the quotes below(not tag),
|
||||
// plus stack size,if applicable.
|
||||
// eg. string sResRef = "potion"; int nStack = 6;
|
||||
string sResRef = "dmfi_dicebag"; int nStack = 1;
|
||||
string sResRef1 = "dmfi_emote"; int nStack1 = 1;
|
||||
string sResRef2 = "dmfi_naming"; int nStack2 = 1;
|
||||
string sResRef3 = "nw_it_mpotion001"; int nStack3 = 10;
|
||||
string sResRef4 = ""; int nStack4 = 1;
|
||||
string sResRef = "nw_it_mpotion001"; int nStack = 10;
|
||||
string sResRef1 = ""; int nStack1 = 1;
|
||||
string sResRef2 = ""; int nStack2 = 1;
|
||||
string sResRef3 = ""; int nStack3 = 1;
|
||||
string sResRef4 = ""; int nStack4 = 1;
|
||||
|
||||
/************************************************************************************/
|
||||
/************************** END OF SETTINGS **********************************/
|
||||
|
Reference in New Issue
Block a user