13 lines
209 B
Plaintext
13 lines
209 B
Plaintext
#include "hookerscript1"
|
|
|
|
void main()
|
|
{
|
|
SetLocalString
|
|
(OBJECT_SELF, "HookerBed", "WP_Hooker_Bed_1");
|
|
SetLocalString
|
|
(OBJECT_SELF, "HookerDoor", "HookerDoor1");
|
|
|
|
HookerMain(GetPCSpeaker(), OBJECT_SELF, 5);
|
|
}
|
|
|