mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 17:07:15 -05:00
11 lines
202 B
Plaintext
11 lines
202 B
Plaintext
|
|
#include "prc_alterations"
|
|
void main()
|
|
{
|
|
object oPC = OBJECT_SELF;
|
|
|
|
effect eCloakDance = EffectConcealment(100);
|
|
|
|
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, eCloakDance, oPC, 6.0);
|
|
|
|
} |