Subjects of Equestria! We are pleased to kick off the Nightmare Night Festivities and the 14th anniversary of the return of our beloved Princess Luna! Join us in celebration!
Interested in advertising on Derpibooru? Click here for information!
Furry Body Pillows - Preset and Custom Designs

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