Rune_PRC8/_module/nss/wdm_mod_onenter.nss

17 lines
407 B
Plaintext
Raw Normal View History

2024-09-13 09:10:39 -04:00
////////////////////////////////////////////////////////////////////////////////
// Dead and Wild Magic System - OnEnter
// wdm_mod_onenter
// By Don Anderson
// dandersonru@msn.com
//
// Place this script in the Module Enter Event
//
////////////////////////////////////////////////////////////////////////////////
#include "wdm_inc"
void main()
{
WDM_RestoreMagic(GetEnteringObject(), TRUE);
}