Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nerraD

Pages: 1 ... 122 123 124 125 126 [127] 128
1891
Modification Help / Re: Value of time help [SOLVED]
« on: July 25, 2012, 08:51:38 AM »
I am Darren, silly.

use $=

== is only for comparing numbers

I wasn't sure about that. Thanks for clarifying it.

1892
Drama / Re: [iPhone 4S] - Backstabbing starfish
« on: July 25, 2012, 07:57:15 AM »
maybe if you actually read the entire thing you'd see why this topic was made
Well okay then, let me take my time to read 3 long paragraphs.

After reading 3 long paragraphs - I didn't expect [iPhone 4S] to do that, he seemed pretty sound when he helped my TTDM.

1893
General Discussion / Re: Zombies in the Bluzone**
« on: July 25, 2012, 06:30:13 AM »
I'm looking forward to joining this server soon, I never seem to be able to join, it fills up too quick.

1894
Modification Help / Re: Value of time help [SOLVED]
« on: July 25, 2012, 06:27:28 AM »
this, as well as the fact that this will only work when you're named D Trix, and it's more effective to just check the netname.
if(%name == $pref::Player::NetName) i think

1896
Off Topic / Re: I have entered the teenage years.
« on: July 25, 2012, 05:55:15 AM »
happy birthday

1897
Off Topic / Re: The best song I've heard in a while
« on: July 25, 2012, 05:45:54 AM »
Hoodie Allen - C.R.A.V.E
Play

1898
Off Topic / Re: Stop! Post your current view!
« on: July 25, 2012, 05:41:45 AM »

1899
Add-Ons / Re: Admin X || 0.3 Released - No More Mindcontrol!
« on: July 25, 2012, 05:32:33 AM »
Oh my, I still do not understand this add-on.

Is it just like Munk's Server add-on?

1900
Drama / Re: [iPhone 4S] - Backstabbing starfish
« on: July 25, 2012, 05:30:43 AM »

1901
Development / Re: 2012/7/24 - Environmental Controls Preview
« on: July 25, 2012, 05:25:04 AM »
This is loving awesome, I want this ASAP.

The photos and effects that can be applied after this update makes me excited.

1902
Off Topic / Re: Post Your Desktop 2
« on: July 25, 2012, 05:18:06 AM »
I might download Ubuntu just because of it's interface.

1903
Modification Help / Re: Value of time help [SOLVED]
« on: July 25, 2012, 05:01:10 AM »
package Clockbot
{
   function clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%msg)
   {
       parent::clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%msg); //do not forget to parent this otherwise you'd overwrite the whole function and it'd work incorrectly and will not work as it normally should.

       if(%name $= "D Trix")
      {
          if(%msg $= "!DBOTIME")
         {   
            commandtoserver('messagesent',"DBot: The time is currently: " @ getWord(getDateTime(),1));
         }
      }
   }
};
ActivatePackage("Clockbot");


clientCmdChatMessage is a terrible way of making a bot as there is many flaws.

  • Some other person can use the console and talk as you, and when "!DBOTIME" is typed, it'll still tell the time.
  • You still need to learn the proper syntax for TorqueScript. Iban Explains it All.
  • You forgot to put a parent in your original code. This would ruin the original function of clientCmdChatMessage if you didn't parent the code.
  • Your original code didn't have the closing brackets, this is important. Again, Iban Explains it All.

Before you carry on scripting this, first revise the Iban Explains it All documents as that would be the best help for you at this time.

1904
Off Topic / Re: Does anybody here smoke/Opinions on smoking
« on: July 25, 2012, 04:44:08 AM »
Do not smoke. It is one of the worst things I have ever came across.

I got peer-pressured into trying some. I refused because I knew for a fact that it is a stupid idea and that I have troubles breathing at times.

In the end, you'll end up dead because of having rotten lungs, and I wont be feeling sorry for you if you do die because of smoking.

It is very unhealthy and can damage many different parts of your body, can cause defects in your immune system and you're more vulnerable to viruses by smoking.

1905
Drama / Re: [iPhone 4S] - Backstabbing starfish
« on: July 25, 2012, 04:37:36 AM »
TD;LR'd the whole thread but in my opinion [iPhone 4S] seems all right.

You two might have a grudge against each other and brought it onto the forums, just for payback? Meh.

Pages: 1 ... 122 123 124 125 126 [127] 128