generated from Jaysyn/ModuleTemplate
12 lines
269 B
Plaintext
12 lines
269 B
Plaintext
void main()
|
|
{
|
|
object oTarget;
|
|
oTarget = OBJECT_SELF;
|
|
|
|
//Visual effects can't be applied to waypoints, so if it is a WP
|
|
//apply to the WP's location instead
|
|
|
|
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_FNF_SMOKE_PUFF), GetLocation(oTarget));
|
|
|
|
}
|