Viewing profile - louie999

Username:
louie999
Rank:
Prole
Age:
24
Groups:

Contact louie999

User statistics

Joined:
Fri Mar 06, 2015 9:01 am
Last active:
Mon Jul 25, 2016 9:33 am
Total posts:
46 | Search user’s posts
(0.03% of all posts / 0.01 posts per day)
Most active forum:
Support and Development
(41 Posts / 89.13% of user’s posts)
Most active topic:
How to load values from a .txt file?
(8 Posts / 17.39% of user’s posts)

Signature

Code: Select all

fun = true
school = true

function isItFun()
    if school then
       fun = false
    end
    if not fun then 
       me:explode()
    end
end