TheoTown Forum Chatbox

Here you can talk about everything you want.
User avatar
Newtz
Inhabitant of a Megacity
Reactions:
Posts: 249
Joined: 25 Jul 2018, 15:34
Plugins: Showcase Store
Version: Beta

Platform

Re: TheoTown Forum Chatbox

#7661

Post by Newtz »

As an avgeek it's my dream to try lion airs 737 MAX8

User avatar
Bearbear76
Former Bearbear65
Reactions:
Posts: 5730
Joined: 10 Feb 2017, 14:53
Location: L2 cache
Plugins: Showcase Store

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#7662

Post by Bearbear76 »

Screenshot_20181029-215455.png
My masterpiece :lua:

User avatar
ElephantEthan
Inhabitant of a Megacity
Reactions:
Posts: 294
Joined: 26 Aug 2018, 14:07
Plugins: Showcase Store

Platform

Re: TheoTown Forum Chatbox

#7663

Post by ElephantEthan »

Bearbear65 wrote:
29 Oct 2018, 14:58
Screenshot_20181029-215455.png
My masterpiece :lua:
How did you get the gui frame to stay? I tried to make the frame change depending on the weather, however, I can't get it to stay there. It blinks a lot.

User avatar
soumya-8974
TheoTown Veteran in Pension
Reactions:
Posts: 834
Joined: 30 Apr 2018, 06:53
Location: India
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#7664

Post by soumya-8974 »

New bearbear emoji! :lua:

User avatar
JustAnyone
Developer
Reactions:
Posts: 3474
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: TheoTown Forum Chatbox

#7665

Post by JustAnyone »

Really enjoying Lua so far despite compiler optimisations throwing me errors.
Screenshot_2018-10-29-15-40-52-864_info.flowersoft.theotown.theotown.png

User avatar
malsa
Inhabitant of a Multiverse
Reactions:
Posts: 5085
Joined: 10 Feb 2017, 17:40
Location: Malaysia
Plugins: Showcase Store
Version: Beta

Platform

Re: TheoTown Forum Chatbox

#7666

Post by malsa »

I just heard the news that the owner of Leicester city (My favourite team in EPL) died in helicopter crash :(

User avatar
soumya-8974
TheoTown Veteran in Pension
Reactions:
Posts: 834
Joined: 30 Apr 2018, 06:53
Location: India
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#7667

Post by soumya-8974 »

I am working on my first Lua plug-in. Can I get any permission to post that?

User avatar
CommanderABab
AB
Reactions:
Posts: 11086
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#7668

Post by CommanderABab »

Looks interesting!

User avatar
Newtz
Inhabitant of a Megacity
Reactions:
Posts: 249
Joined: 25 Jul 2018, 15:34
Plugins: Showcase Store
Version: Beta

Platform

Re: TheoTown Forum Chatbox

#7669

Post by Newtz »

A guy from Shireport wrote:
29 Oct 2018, 15:53
I just heard the news that the owner of Leicester city (My favourite team in EPL) died in helicopter crash :(
Today is an horrifying day for aviation

User avatar
malsa
Inhabitant of a Multiverse
Reactions:
Posts: 5085
Joined: 10 Feb 2017, 17:40
Location: Malaysia
Plugins: Showcase Store
Version: Beta

Platform

Re: TheoTown Forum Chatbox

#7670

Post by malsa »


User avatar
Bearbear76
Former Bearbear65
Reactions:
Posts: 5730
Joined: 10 Feb 2017, 14:53
Location: L2 cache
Plugins: Showcase Store

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#7671

Post by Bearbear76 »

ElephantEthan wrote:
29 Oct 2018, 15:15
Bearbear65 wrote:
29 Oct 2018, 14:58
Screenshot_20181029-215455.png
My masterpiece :lua:
How did you get the gui frame to stay? I tried to make the frame change depending on the weather, however, I can't get it to stay there. It blinks a lot.
Here's the code

Code: Select all

local LuaIcon

 function script:update ()
   LuaIcon = Draft.getDraft("Lua.DrawImage.Icon"):
    getFrame(0)

  Drawing.drawImage(LuaIcon, 2, 150)
end 

 function script:overlay ()
local Width, Height = Drawing.getSize()
   Drawing.drawText(Width, 0, 0, TheoTown.RESOURCES.skin.fontSmall)
    Drawing.drawText(Height, 0, 10, TheoTown.RESOURCES.skin.fontSmall)
 
 C = 0
 x = 0
 y = 0
  
  while (C <= 200) do
    Drawing.drawText("Bear Attack!", x, y)
     C = C + 1
      x = x + 10
       y = y + 10
  end
end

User avatar
FranchuFranchu
Inhabitant of a Country
Reactions:
Posts: 799
Joined: 28 May 2017, 00:07
Location: Freezing in Argentina
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#7672

Post by FranchuFranchu »

We need a Showcase subforum for :lua: scripts

User avatar
Bearbear76
Former Bearbear65
Reactions:
Posts: 5730
Joined: 10 Feb 2017, 14:53
Location: L2 cache
Plugins: Showcase Store

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#7673

Post by Bearbear76 »

FranchuFranchu wrote:
30 Oct 2018, 03:10
We need a Showcase subforum for :lua: scripts
That's what Lua Discussions were for

User avatar
ElephantEthan
Inhabitant of a Megacity
Reactions:
Posts: 294
Joined: 26 Aug 2018, 14:07
Plugins: Showcase Store

Platform

Re: TheoTown Forum Chatbox

#7674

Post by ElephantEthan »

Bearbear65 wrote: Here's the code

Code: Select all

...long script...
Thank you very much! Yeah, I see where I made a mistake now.

User avatar
Brody Craft
Inhabitant of a Infinity
Reactions:
Posts: 8034
Joined: 24 Jan 2017, 11:15
Location: SE Asia
Plugins: Showcase Store
Version: Beta

Platform

Re: TheoTown Forum Chatbox

#7675

Post by Brody Craft »

Should we have a chatbox for Roleplay?

User avatar
Ahmad Nur Aizat
TheoTown Veteran
Reactions:
Posts: 8260
Joined: 25 Oct 2016, 15:20
Location: Johor Bahru
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#7676

Post by Ahmad Nur Aizat »

Brody Craft wrote:
30 Oct 2018, 13:38
Should we have a chatbox for Roleplay?
Lemme try

User avatar
-LeoLeo-
Inhabitant of a Solar System
Reactions:
Posts: 1624
Joined: 08 Jul 2017, 12:46
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#7677

Post by -LeoLeo- »

A guy from Shireport wrote:
29 Oct 2018, 15:53
I just heard the news that the owner of Leicester city (My favourite team in EPL) died in helicopter crash :(
He is one of the kindest millionaire in Thailand...
Gave countless children opportunities and also financial support for those who lack...
Everyone in Thailand is sad to hear the story.
😢😢😢

User avatar
malsa
Inhabitant of a Multiverse
Reactions:
Posts: 5085
Joined: 10 Feb 2017, 17:40
Location: Malaysia
Plugins: Showcase Store
Version: Beta

Platform

Re: TheoTown Forum Chatbox

#7678

Post by malsa »

-LeoLeo- wrote:
30 Oct 2018, 15:35
A guy from Shireport wrote:
29 Oct 2018, 15:53
I just heard the news that the owner of Leicester city (My favourite team in EPL) died in helicopter crash :(
He is one of the kindest millionaire in Thailand...
Gave countless children opportunities and also financial support for those who lack...
Everyone in Thailand is sad to hear the story.
😢😢😢
He the hero of Leicester city and Thailand

User avatar
AvenJZR
Inhabitant of a Megalopolis
Reactions:
Posts: 671
Joined: 15 Oct 2017, 12:36
Plugins: Showcase Store
Version: Beta

Platform

Re: TheoTown Forum Chatbox

#7679

Post by AvenJZR »

Newtz wrote:
29 Oct 2018, 14:49
As an avgeek it's my dream to try lion airs 737 MAX8
As a someone who frequently flies on Lion Air(sorta Avgeek too),the cabins on the 737-800/900ER and MAX8 are kinda the same

User avatar
soumya-8974
TheoTown Veteran in Pension
Reactions:
Posts: 834
Joined: 30 Apr 2018, 06:53
Location: India
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#7680

Post by soumya-8974 »

ElephantEthan wrote:
30 Oct 2018, 13:24
Thank you very much! Yeah, I see where I made a mistake now.
Perhaps the smartest elephant here. :calc

Post Reply Previous topicNext topic

Return to “Smalltalk”