generated from Jaysyn/ModuleTemplate
Update readme.md
Update readme.md
This commit is contained in:
parent
8d7cefef2c
commit
7ff815da2d
@ -9,6 +9,6 @@ Repository for the development of the PRC8 version of The Gates of Firestorm Pea
|
|||||||
|
|
||||||
2.) [Original module resources](https://neverwintervault.org/project/nwn1/module/gates-firestorm-peak-revisited)
|
2.) [Original module resources](https://neverwintervault.org/project/nwn1/module/gates-firestorm-peak-revisited)
|
||||||
|
|
||||||
3.) [PRC8](https://gitea.raptio.us/Jaysyn/PRC8/src/branch/main/Release)
|
3.) [PRC8](https://gitea.raptio.us/Jaysyn/PRC8/releases)
|
||||||
|
|
||||||
4.) [CEP2](https://neverwintervault.org/cep)
|
4.) [CEP2](https://neverwintervault.org/cep)
|
@ -13,7 +13,7 @@ Always recompile your module after modifying 'sbr_include' because it is an incl
|
|||||||
#5: Remember to always make sure you are using the options you want to use when running "Build Module"!
|
#5: Remember to always make sure you are using the options you want to use when running "Build Module"!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "logmessage"
|
#include "inc_logmessage"
|
||||||
#include "nw_i0_plot"
|
#include "nw_i0_plot"
|
||||||
|
|
||||||
// ****************************************************************************
|
// ****************************************************************************
|
||||||
@ -216,16 +216,8 @@ int iLogLevel = LOG_PC; // Log level used with LogMessage
|
|||||||
// to use but could not for any number of reasons.
|
// to use but could not for any number of reasons.
|
||||||
void CreateKit(object oPC, string sItemTag, int bOnGround = FALSE)
|
void CreateKit(object oPC, string sItemTag, int bOnGround = FALSE)
|
||||||
{
|
{
|
||||||
string sResRef;
|
string sResRef = sItemTag == SBR_KIT_WOODLAND ? "supplykit001" : "supplykit002";
|
||||||
|
|
||||||
if ((sItemTag)==SBR_KIT_WOODLAND)
|
|
||||||
{
|
|
||||||
sResRef = "supplykit001";
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
sResRef = "supplykit002";
|
|
||||||
}
|
|
||||||
//now give back the item the dumb player should not have tried to use :)
|
//now give back the item the dumb player should not have tried to use :)
|
||||||
if (bOnGround == TRUE)
|
if (bOnGround == TRUE)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user