Skip to content
DummkopfOfHachtenduden edited this page Aug 20, 2023 · 4 revisions

Creates an effect at a specific position.

Parameters

Nr. Name Type Value range
1. EffectName string any
2. Path string "path\to\particle.efp"
3. RegionX int 0 - 255
4. RegionZ int 0 - 128
5. OffsetX float 0 - 1920
6. OffsetY float 0 - 1920
7. OffsetZ float 0 - 1920
8. Rotation float 0 - 360
9. Scale float
10. Loop bool 0 or 1

Example:

0.0 S_EffectCreate eft01 "skill\europe\skill_change_condition_a.efp" 182 92 960.0 0.0 960.0 0.0 1.0 0

See also:

S_EffectRelease

Clone this wiki locally