13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
#include "hookerscript"
|
|
|
|
void main()
|
|
{
|
|
SetLocalString
|
|
(OBJECT_SELF, "HookerBed", "WP_Hooker_Bed");
|
|
SetLocalString
|
|
(OBJECT_SELF, "HookerDoor", "HookerDoor");
|
|
|
|
HookerMain(GetPCSpeaker(), OBJECT_SELF, 5);
|
|
}
|
|
|