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

12 lines
212 B
Plaintext

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