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

17 lines
407 B
Plaintext

////////////////////////////////////////////////////////////////////////////////
// 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);
}