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