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