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

9 lines
136 B
Plaintext

void main()
{
SetCreatureAppearanceType(OBJECT_SELF, APPEARANCE_TYPE_DRAGON_SHADOW);
ExecuteScript("nw_c2_default2", OBJECT_SELF);
}