Interested in advertising on Derpibooru? Click here for information!
Help fund the $15 daily operational cost of Derpibooru - support us financially!
Description
No description provided.
Help fund the $15 daily operational cost of Derpibooru - support us financially!
No description provided.
. 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.
Oh damnit, lol