//When Spawned
IfSpawned
  tmpargument = rand & 75 + 50
  SetFlyHeight
  tmpargument = 200
  SetTime
  SpawnPoof

IfTimeOut
  GoPoof
  SpawnPoof

// All Done
End
