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