Frictional Games Forum (read-only)

Full Version: Last thing you copied
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
function this.GetShownText()
local sceneContainer = cppApplication:GetRootScene()
if sceneContainer ~= nil then
local sceneNode = sceneContainer:GetByName("Text")
if sceneNode ~= nil and sceneNode:IsActive() then
return sceneNode.Text
end
end

-- Just return an empty string
return ""
end
ZUJUNEPEZO
yoloswag




Hooray for incompatible formatting!

Spoiler below!











[font=&quot]17012013[/font]


[font=&quot] [/font]



[font=&quot] [/font]-Technology is revolutionizing politics.
Information is much more easily accessible.


[font=&quot] -60’s – We learned to distrust the government.[/font]


[font=&quot] -28% of eligible voters can vote.[/font]


[font=&quot] -Government should have minimum impact on your
life, with the exception of keeping you safe.[/font]



[font=&quot] [/font]


[font=&quot] [/font]


[font=&quot]Assignment: 3
Things government should do. 3 things the government should not do. Prepare for
it. No Abortion or traffic.[/font]



[font=&quot] [/font]


[font=&quot]NOTES: Next
class occurs in Room 222.[/font]








(01-22-2013, 09:02 PM)Robosprog Wrote: [ -> ]I copy pasted mine then realized it was FAAR too humiliating.
lol what a bitch
http://www.creepypasta.com/dear-abby/ nackidno pls
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42