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