22 lines
479 B
Plaintext
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);
|
||
|
}
|