Initial commit. Updated release archive.
This commit is contained in:
17
_module/nss/at_bakers_loaf.nss
Normal file
17
_module/nss/at_bakers_loaf.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
object oCaster;
|
||||
oCaster = OBJECT_SELF;
|
||||
|
||||
|
||||
AssignCommand(oCaster, ActionCastSpellAtObject(SPELL_ENDURANCE, oPC, METAMAGIC_ANY, TRUE, 2, PROJECTILE_PATH_TYPE_DEFAULT, TRUE));
|
||||
|
||||
|
||||
|
||||
// Remove some gold from the player
|
||||
TakeGoldFromCreature(10, oPC, TRUE);
|
||||
}
|
Reference in New Issue
Block a user