10 lines
187 B
Plaintext
10 lines
187 B
Plaintext
|
#include "cs_misc_function"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
if (oPC != OBJECT_INVALID) {
|
||
|
cs_MovePartyNearbyToLocation(oPC, "WP_NIGHTMAREENTER", 20.0);
|
||
|
}
|
||
|
}
|