User Tools

Site Tools


prpl:createeffect

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
prpl:createeffect [2016/12/02 23:33] – external edit 127.0.0.1prpl:createeffect [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 <- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]] <- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]]
  
-=====  CREATEEFFECT  =====+=====  CreateEffect  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+Effect name, X pixel coord, Y pixel coord GUID | [ s1 f1 f2 i1 ] |
  
  
 === Description === === Description ===
 +
 +Names are not case sensitive. Coordinates are Pixel Coordinates.
 +
 +^  Known Effects  ^^
 +^  Name  ^  Description  ^
 +| ''"JumpIn"'' | The same effect that plays when your HQ jumps in. |
 +| ''"JumpOut"'' | The same effect that plays when your HQ jumps out or is destroyed. |
 +| ''"PortalIn"'' | The effect that loops for particle-teleporting rifts in the story. |
 +| ''"PortalOut"'' | The effect that loops for particle-teleporting rifts in the story. |
  
 === Examples === === Examples ===
 +<code prpl>
 +# Create "JUMPIN" effect at this core
 +"JUMPIN" CurrentPixelCoords CreateEffect ->GUID
 +</code>
 <code> f2 = GetFloatFromStack(); //pixel y  <code> f2 = GetFloatFromStack(); //pixel y 
  f1 = GetFloatFromStack(); //pixel x   f1 = GetFloatFromStack(); //pixel x 
prpl/createeffect.1480721634.txt.gz · Last modified: 2025/02/14 14:56 (external edit)