8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
// hire an assassin
|
|
void main()
|
|
{
|
|
object oPC=GetPCSpeaker();
|
|
SetLocalString(oPC,"sCGAss","assassin2");
|
|
SetLocalInt(oPC,"nCGAssCost",2000);
|
|
}
|