Rune_PRC8/_module/nss/shadedra_percept.nss

9 lines
136 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
void main()
{
SetCreatureAppearanceType(OBJECT_SELF, APPEARANCE_TYPE_DRAGON_SHADOW);
ExecuteScript("nw_c2_default2", OBJECT_SELF);
}