HiddenTradition_PRC8/_module/nss/at_silver_forg10.nss

12 lines
161 B
Plaintext
Raw Normal View History

void main()
{
object oPC = GetPCSpeaker();
AssignCommand(oPC, TakeGoldFromCreature(3000, oPC, TRUE));
CreateItemOnObject("adamantinetower", oPC, 1);
}