Epic Introduction Thread
TheTobbell wrote:
And my Real-name is Spongebob
They made a map based on your name, and there's a show that it's main character has your name. (People mess up my name all the time because it seems like I'm the only person that my second name is listed).
OH NO GLADOS HAS MEE!!!!!!!!! JK XD
JoeyGuy917 wrote:
I'm Joey, I've been working at Aperture for 50 years! XD WRONG I would be dead by now due to nuerotoxin. I <3 Video Games, I want to be an engineer, plus make my own GLaDOS...OH NO GLADOS HAS MEE!!!!!!!!! JK XD

Im laughing like hell
(nothing against you joey ^^)
npc_msleeper_boss wrote:
Tell us a bit about yourself and why you're here.
Alright.
Hey folks, I've had an account here for a year or so. I've previously been with a comfortable Line Rider community, of which there is still a surprising amount of creativity still floating around. I'm here because I'd not only like to promote the maps I make on occasion, but would also like to learn how to use Hammer when I get time. How's that?
As a hobby, I enjoy learning tools such as the SC2 Galaxy Editor, Hammer, and Unity.
Thank you for making this community what it is!
Regards,
Denominator
Nevertheless, hello. I have just replayed Portal 1, the Flash Version mappack and Portal: Prelude, and as I type this I am re-downloading Portal 2.
title Introduction
:main
echo Hello!
echo 1) Tell me more information, please
echo 2) Exit
set /p op=Reply: %=%
if %op%==1 goto A
if %op%==2 goto Z
:A
echo I am a maodder/mapper.
echo I spend most of my time in the Portal 2 authoring tools.
echo I do a lot of coding as well. I am not too familiar
echo with the code that Valve uses, but I do know basic Batch,
echo Lua, and some C++.
pause
exit
:Z
exit
(This message, when saved as [title].bat in Notepad or another text editor, can be used as a fully operable Batch file. And, no, I had nothing better to do when I learned Batch.)
CJLERCH wrote:
- Batch -
@echo off
ECHO *******
ECHO **Hello "User Name Here"!*
ECHO *******
pause
cls
ECHO *******
ECHO Please insert your Name.
ECHO *******
set /p username=
cls
ECHO *******
ECHO **Hello %username%!**
ECHO *******
pause
cls
if %username%==CJLERCH goto B
ECHO *******
ECHO I just created some folder on your Root, dont ask
md "%HOMEDRIVE%%HOMEPATH%\Desktop\%username%"
md "%HOMEDRIVE%%HOMEPATH%\Desktop\Im a folder"
md "%HOMEDRIVE%%HOMEPATH%\Desktop\Im also a folder"
md "%HOMEDRIVE%%HOMEPATH%\Desktop\Im a useless folder"
md "%HOMEDRIVE%%HOMEPATH%\Desktop\Im TheTobbell's folder"
ECHO *******
Pause
exit
:B
cls
ECHO *******
ECHO Oh its you %username%, nice to see you. Im glad that you're interested in Hammer, im looking forward for your projects. -insert smily-
ECHO *******
Pause
TheTobbell wrote:
CJLERCH wrote:
- Batch -
- More Batch -
function User:introduction()
local TheTobbell = 27
local CJLERCH = 94
if TheTobbell*3-14==CJLERCH then
function introduce()
print(Hi, TheTobbell, I see that you also know batch.)
print(Good to know that I'm not the only one who can find a use for that language.)
print(I mentioned that I know Lua, but only basic Lua.)
print(Do you also know Lua?)
print(Because, if this is wrong, and you SEE what's wrong, corrections would be very helpful.)
end
--[[I learned Lua from an old game, which didn't even use proper Lua. So any corrections would be great, in terms of helping me switch over to the real Lua.]]
end
CJLERCH wrote:
TheTobbell wrote:CJLERCH wrote:
- Batch -
- More Batch -
- Lua -
||The only thing that i know is (Because i dont really often used lua, so i cant give you the full solution), that you should add " or ' into the prints, and change User:introduction to User:introduce, print("Im a print")
I also can give you pawn (Used for Gta Sa Servers)
Or Java or something else, but this is getting off Topic
public OnPlayerCommandText(playerid, cmdtext[])
if (strcmp(strget(cmdtext,0),"/CJLERCH", true) == 0)
{
if(IsPlayerAdmin(playerid))
{
new string [128];
format(string,sizeof(string),"%s "CRed"knows lua",UserName(CJLERCH));
SendClientMessageToAll(CWhite,string);
GameTextForAll("CJLERCH", 750, 1);
SendRconCommand("gmx");
return 1;
}
else
{
SendClientMessage(playerid, CYellow, "Here's TheTobbells Text");
return 1;
}
}||
TheTobbell wrote:
- Other Quotes + Lua -
It's off topic, but thanks for the suggestions, anyways 