12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
#include "hookerscript"
|
|
|
|
void main()
|
|
{
|
|
SetLocalString
|
|
(OBJECT_SELF, "HookerBed", "NW_elf_hooker_1");
|
|
SetLocalString
|
|
(OBJECT_SELF, "HookerDoor", "ElfHookerDoor");
|
|
|
|
HookerMain(GetPCSpeaker(), OBJECT_SELF, 20);
|
|
}
|