12 lines
219 B
Plaintext
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);
|
||
|
}
|