RATDOG/_module/nss/69_hench_canwork.nss
Jaysyn904 0f13e6c538 Initial module commit
Initial module commit.
2021-08-29 23:34:48 -04:00

14 lines
241 B
Plaintext

// 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;
}