Rune_PRC8/_module/nss/opw_stow_ioun.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

22 lines
479 B
Plaintext

////////////////////////////////////////////////////////////////////////////////
//
// Stow the Ioun Stone
// opw_stow_ioun
// By Don Anderson
// dandersonru@msn.com
//
// This is called from the PCM to Stow the Ioun Stone
// Used With Killer Axe Ioun Stones
//
////////////////////////////////////////////////////////////////////////////////
//#include "iounfunctions"
void main()
{
object oPC = GetPCSpeaker();
//Ioun Stones
//RemoveIounStonesAndEffects(oPC);
}