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

12 lines
209 B
Plaintext

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