PWE_PRC8/_module/nss/hooker_talk_act4.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

12 lines
219 B
Plaintext

#include "hookerscript"
void main()
{
SetLocalString
(OBJECT_SELF, "HookerBed", "NW_halfling_hooker1");
SetLocalString
(OBJECT_SELF, "HookerDoor", "HalflingHookerDoor");
HookerMain(GetPCSpeaker(), OBJECT_SELF, 20);
}