Added henchman rental
Many areas, items, and creatures were adjusted for balance and aesthetics.
This commit is contained in:
13
_module/nss/69_hench_canwork.nss
Normal file
13
_module/nss/69_hench_canwork.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
// 69_hench_canwork
|
||||
// Text appears if NPC can work for PC
|
||||
// Created: 69MEH69 July 2004
|
||||
|
||||
#include "69_hench_lib"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = GetCanWork69(GetPCSpeaker(), OBJECT_SELF);
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user