Initial commit. Updated release archive.
This commit is contained in:
14
_module/nss/at_silver_forg12.nss
Normal file
14
_module/nss/at_silver_forg12.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
// Give the speaker the items
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
AssignCommand(oPC, TakeGoldFromCreature(13000, oPC, TRUE));
|
||||
|
||||
CreateItemOnObject("mithralmail", oPC, 1);
|
||||
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user