Yes, the site logo changed. This is because site stylesheets are all brand-spanking new, and we have 15 new themes for you to choose from! More info here.
Policy Update - Rules changes incoming for AI content - Read Here
Interested in advertising on Derpibooru? Click here for information!
Techy Cutie Pony Collection!

Help fund the $15 daily operational cost of Derpibooru - support us financially!

Description

No description provided.

Comments

Syntax quick reference: **bold** *italic* ||hide text|| `code` __underline__ ~~strike~~ ^sup^ ~sub~

Detailed syntax guide

Jaggarunder
The End wasn't The End - Found a new home after the great exodus of 2012

potato wizard
local function ContinueDialogue()  
. print(“WHAT, NINE THOUSAND?!”)  
. timer.Simple(1,function()  
. . print(“There’s no way that can be right…!”)  
. end)  
end
 
print(“Vegeta, what does the scouter say about her class?”)
 
local OctyClass=Octavia:GetClass()  
if(OctyClass>9000)then  
. print(“IT’S OVER NINE THOUSAAAAAND”)  
. timer.Simple(0.75,function()  
. . ContinueDialogue()  
. end)  
else  
. print(“Meh, only “..OctyClass..”.”)  
end
 
umsg.Start(“TellUserHowMuchClassOctaviaHas”,Classy)  
. umsg.Float(OctyClass)  
umsg.End()
 
There you go, Classy. I sent you a usermessage telling you how much class Octavia has.
 
 
 
 
 
 
(runtime)  
 
 
 
 
 
ERROR! C:/Program Files(x86)/Steamapps/jackarunda/garrysmod/garrysmod/addons/PonyScripts/lua/autorun/Octavia.lua: line 11: attempt to compare number with string!
 
Oh damnit, lol