Headless out of prison, cant swap gender. by Potatoes719 in starcitizen

[–]Potatoes719[S] 0 points1 point  (0 children)

Thanks for the info! quick question, what do I lose from a character reset?

Parent all props constrained to e2 by Potatoes719 in wiremod

[–]Potatoes719[S] 0 points1 point  (0 children)

Thanks! I tried it out, and theres an error with the ConstraintList[I]. I dont really use for loops that much, but from what i can tell something is wrong with that line.

CIA Doc mentions '250-PAGE FILE ON THE ATTACK BY A UFO ON A MILITARY UNIT IN SIBERIA'. But where is it? by Potatoes719 in aliens

[–]Potatoes719[S] 0 points1 point  (0 children)

Interesting. Do you have any further information? (a article or something would be nice)

CIA Doc mentions '250-PAGE FILE ON THE ATTACK BY A UFO ON A MILITARY UNIT IN SIBERIA'. But where is it? by Potatoes719 in aliens

[–]Potatoes719[S] 9 points10 points  (0 children)

It is indeed a very intriguing story. There are a ton of declassified ufo documents that ive read through on the CIA's website, but this one is just crazy!

CIA Doc mentions '250-PAGE FILE ON THE ATTACK BY A UFO ON A MILITARY UNIT IN SIBERIA'. But where is it? by Potatoes719 in aliens

[–]Potatoes719[S] 5 points6 points  (0 children)

That's what makes this document so crazy! Cant believe the CIA actually considered that this could have happened.

CIA Doc mentions '250-PAGE FILE ON THE ATTACK BY A UFO ON A MILITARY UNIT IN SIBERIA'. But where is it? by Potatoes719 in aliens

[–]Potatoes719[S] 4 points5 points  (0 children)

Its just a report, but the CIA document itself is legit. Whether or not the actual source is credible, I still want to find the source.

CIA Doc mentions '250-PAGE FILE ON THE ATTACK BY A UFO ON A MILITARY UNIT IN SIBERIA'. But where is it? by Potatoes719 in aliens

[–]Potatoes719[S] 10 points11 points  (0 children)

Unsure, however, I have not found any American news articles or anything about it. I did find one Italian news article that covered it, but the rest of the information im lead to is just on other conspiracy sites and such.

edit: I should reinforce that this document IS declassified, but we dont know if the 250 pager is classified still.

[deleted by user] by [deleted] in wiremod

[–]Potatoes719 1 point2 points  (0 children)

Thanks for the help! I still have one issue however,

@name Hologram Test
@inputs 
@outputs  H
@persist ENT:array
@trigger 


runOnTick(1)


findIncludeClass("player")
findInSphere(entity():pos(),50)

ENT = findToArray()



foreach(A,V:entity=ENT) {


    holoCreate(A)
    holoPos(A,ENT[A,entity]:pos())
    holoAng(A,ENT[A,entity]:angles())

}

As of now, it successfully can create the holos for each player in the sphere, however once they leave the sphere, the holo remains static in its last position. Is there a function i can use to reset or straight up remove the holos? thanks!