8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
#include "rd_misc"
|
|
|
|
void main()
|
|
{
|
|
SetPartyInt(GetPCSpeaker(),"Overall4NotAccepted",1);
|
|
SetPartyString(GetPCSpeaker(),"Overall1NPC",GetTag(OBJECT_SELF));
|
|
}
|