NWNDS/nwnds_module/at_setpcloc.nss

7 lines
96 B
Plaintext
Raw Normal View History

#include "nw_j_assassin"
void main()
{
aSetPLocalInt(GetPCSpeaker(), "nPiratesCoveLoc", 1);
}