HoS_PRC8/_mod/_module/nss/cg_2000ass.nss

8 lines
153 B
Plaintext
Raw Normal View History

2024-11-25 19:36:07 -05:00
// hire an assassin
void main()
{
object oPC=GetPCSpeaker();
SetLocalString(oPC,"sCGAss","assassin2");
SetLocalInt(oPC,"nCGAssCost",2000);
}