HoS_PRC8/_mod/_module/nss/cg_4000ass.nss

8 lines
153 B
Plaintext
Raw Permalink Normal View History

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