of     1   

Isosta
#211605009Thursday, March 09, 2017 9:03 PM GMT

lets combine the two, eh? need UI concepts for a HUD, Menu, etc. Have to remake MY concept because roblox decided to screw with UI right after i finished making it. Needs Leaderboard page, Loadout Customization, Character customization, profile viewing (kdr, stats etc), and a settings page. Can negotiate a fair price. This is just a concept, by no means does it need to be the best thing every made. just make each page in pdn or something. I just need to be able to tell what's what, and it needs to look nice. R$107,914 and climbing.
Skydric
#211605056Thursday, March 09, 2017 9:04 PM GMT

for the record as someone who codes in python python is NOT similar to lua
Isosta
#211605135Thursday, March 09, 2017 9:05 PM GMT

A. What are you talking about B. The syntax is INCREDIBLY similar. The internals are not. Whether you accept that or not is up to you. R$107,914 and climbing.
Skydric
#211605276Thursday, March 09, 2017 9:08 PM GMT

A. your description B. no it's really not.
UncleAli
#211605326Thursday, March 09, 2017 9:08 PM GMT

your >i have money, you have ideaslooking for devs< thread shame, got my hopes up
Skydric
#211605439Thursday, March 09, 2017 9:10 PM GMT

her is a portion of an example of python coding that i created a year or two ago for a college project def checkAnswer(answer): pAnswer = str(input("What is your answer?")) if ####### ## answer: print('You have moved onto the next stage and have gained an extra attempt point!') return True elif ####### ## answer: print('You have been moved back one level and you have lost one attempt point!') return False # return attempts,levelNum #finds if player wants to play again def playAgain(): pAgain = str(input("Play again?")) if ###### ## "Yes": main() else: exit() #checks number of attempts left def checkAttempts(attempts): if attempts<=0: print("You're out of guesses!\nGame over!") playAgain() else: return #main function def main(): makeWord(question) if __name__ == '__main__': main()
Skydric
#211605494Thursday, March 09, 2017 9:11 PM GMT

even the way that you initialize a function is completely different
Isosta
#211606567Thursday, March 09, 2017 9:30 PM GMT

you are clearly not familiar with the term Syntax, or the term similar. There are specific things contained in both languages that are similar within the SYNTAX. For example: elseif / else if / elif list = [1,2,3]; list = {1,2,3} the method of calling argumetns, whitespace vs end They're very similar if you're not a simpleton. R$107,944 and climbing.
Skydric
#211608442Thursday, March 09, 2017 10:08 PM GMT

by your logic C# is similar to lua and every coding program (with the exception of those such as binary) are similar to lua. your point is invalid.
Isosta
#211608675Thursday, March 09, 2017 10:14 PM GMT

not even close. R$107,953 and climbing.
Skydric
#211608711Thursday, March 09, 2017 10:15 PM GMT

how do you figure? C# has else if too! obviously it's the same thing and that means i can code in it because i can code in lua! no. honestly if you think python/c#/lua are similar on any in-depth or actual level, you're uneducated and you don't know what you're talking about.
D_arrk
#211608813Thursday, March 09, 2017 10:17 PM GMT

I know it's irrelevant but did you watch the bungee stream?
Isosta
#211609801Thursday, March 09, 2017 10:35 PM GMT

i watched the beginning of it and got bored when they started reading out the book and i noticed they were going to be reading off and explaining 13 pages of achievements. R$107,916 and climbing.
Externalization
#211609931Thursday, March 09, 2017 10:37 PM GMT

the basics of both python and lua are similar however, once you're proficient at the basics of both languages, you'll notice they arent similar at all in terms of making complicated code
Isosta
#211609992Thursday, March 09, 2017 10:38 PM GMT

@externalization and im in no way professing myself as a master of python. I'm referring to the very basics, as i don't use it for anything. R$107,916 and climbing.

    of     1