| Blockland Forums > Modification Help |
| Fallout Roleplay |
| << < (9/130) > >> |
| Triple Nickels:
--- Quote from: Desolation on May 01, 2010, 06:35:36 PM ---Triple Nickles - Use correct format. --- End quote --- The forget? I used the exact format you stated. --- Quote from: Triple Nickels on May 01, 2010, 01:03:31 PM ---Name: Triple Nickels Age: 14 Skill: Scripting Must I type a paragraph of information about myself? I script, I play Blockland, and I live life. What else is there? --- End quote --- --- Quote from: Desolation on May 01, 2010, 12:55:47 AM ---Name: Age: Skill: A one paragraph explanation as to why you think that you can benefit the team. Also, include any previous pieces of work that you think are suitable to this project. --- End quote --- A paragraph is three or more sentences. Oh well, your choice. It's not like I could code anything useful that you couldn't. Oh yeah, that's right. I'm bored, so I'll play your game. --- Quote from: Triple Nickels on May 01, 2010, 01:03:31 PM ---Name: Triple Nickels Age: 14 Skill: Scripting --- End quote --- I don't give a damn about any moderator status, and I didn't even know there was any kind of reward. I can script pretty much anything you throw at me as long as I have the proper resources, such as models, and with due time. I know how to set up any kind of databasing system you want, or anything else you could possibly want of me. So, want me or not, I'm your man. As for past works, I don't release. I can show you stuff personally, but I don't release stuff. |
| Desolation:
Your application is Denied, your skills and such all check out but your personality resembles that of an arrogant starfish. When such a person is not direly required then I would prefer to leave such a person out. |
| Triple Nickels:
--- Quote from: Desolation on May 02, 2010, 01:30:34 AM ---Your application is Denied, your skills and such all check out but your personality resembles that of an arrogant starfish. When such a person is not direly required then I would prefer to leave such a person out. --- End quote --- oh god i just laughed for 5 minutes straight. You took me 100% seriously, didn't you. Not to be an "arrogant starfish" but I've never met someone thats taken me that seriously while I'm trollins. Ask clockturn/m. I'm actually pretty good at scripting and I don't often troll in-game. |
| Desolation:
--- Quote from: Triple Nickels on May 02, 2010, 02:38:43 AM ---oh god i just laughed for 5 minutes straight. You took me 100% seriously, didn't you. Not to be an "arrogant starfish" but I've never met someone thats taken me that seriously while I'm trollins. Ask clockturn/m. I'm actually pretty good at scripting and I don't often troll in-game. --- End quote --- Very well, if Clockturn believes that you will make a good addition to the team then you shall be added. |
| Triple Nickels:
--- Quote from: Desolation on May 02, 2010, 02:52:29 AM ---Very well, if Clockturn believes that you will make a good addition to the team then you shall be added. --- End quote --- I also scripted something as part of proof I can actually script. Since I doubt you want a wall of text in your thread, copypasta into notepad. $FalloutRP::Ticket=0; $FalloutRP::AnsweredTicketPoint=0; function submitTicket(%client, %ticket) { $FalloutRP::Ticket[$FalloutRP::Ticket]="\c5"%client@" \c6-:- " @ %ticket; $FalloutRP::Ticket++; } function getTicket(%client) { messageClient(%client,'',$FalloutRP::Ticket[$FalloutRP::AnsweredTicketPoint]); } function answerTicket(%client) { if($FalloutRP::AnsweredTicketPoint >= $FalloutRP::Ticket) { messageClient(%client,'',"\c3No more tickets."); } messageClient(%client,'',"\c3Ticket answered."); if(isObject(findClientByName(getWord($FalloutRP::Ticket[$FalloutRP::Ticket],1))) messageClient(findClientByName(getWord($FalloutRP::Ticket[$FalloutRP::Ticket],1)),'',"\c3Your ticket has been reviewed by a server admin."); $FalloutRP::AnsweredTicketPoint++; } package tickets { function serverCmdMessageSent(%this,%message) { if(getSubString(%message,0,1)$="#") { switch$(getWord(%message,0)) { case "#newticket": submitTicket(%this,getWords(%message,1)); case "#gettickets": if(%this.isAdmin) getTicket(%this); case "#answerticket": if(%this.isAdmin) answerTicket(%this); } } else parent::serverCmdMessageSent(%this,%message); } }; activatePackage(tickets); EDIT: tell clock to check his PMs. |
| Navigation |
| Message Index |
| Next page |
| Previous page |