8 lines
152 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","assassin1");
SetLocalInt(oPC,"nCGAssCost",500);
}