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 - Iban

Pages: 1 ... 189 190 191 192 193 [194] 195 196 197 198
2896
Off Topic / Re: Destruction is Imminent!!1
« on: February 27, 2011, 10:11:30 AM »
Welp.
You seriously aren't acting at all like what I've seen of you.
I'm not sure if thats a good or bad thing.

2897
Off Topic / Re: Destruction is Imminent!!1
« on: February 27, 2011, 10:08:28 AM »
Are you the same Iban that made the City RP, or not?
That was lban, with an L. I'm Iban, with an I.

2898
Off Topic / Re: Destruction is Imminent!!1
« on: February 27, 2011, 09:59:10 AM »
You can't seriously be Iban.
This virus is probably the first I've ever gotten that was not through an exploit involving Java. It's embarrassing. I don't usually have to go through this process, so I ask for help.

2899
Off Topic / Re: Destruction is Imminent!!1
« on: February 27, 2011, 09:56:14 AM »
I have a large folder with everything in it, I can just back that up.
yeah mine's called the C drive.

2900
Suggestions & Requests / Re: [Engine Change] Dynamic Skybox
« on: February 27, 2011, 09:55:04 AM »
That's a very pretty picture you got there.

2901
Off Topic / Re: Destruction is Imminent!!1
« on: February 27, 2011, 09:52:09 AM »
I've backed up pretty much everything I can but the virus is so embedded at this point I can't open up explorer.exe, and am doing my tasks entirely through the Task Manager's -> New Task -> Browse window, lol.

I suppose it's time :(

2902
Off Topic / Re: How Well-Known is the Above User?
« on: February 27, 2011, 09:48:14 AM »
0/10

2903
Off Topic / Re: It's 4:17 AM and I'm quite bored. What do?
« on: February 27, 2011, 09:44:43 AM »
What cultures? I'm pretty sure "ass" is a universally negative word.
Jesus rode on an ass.

I remember giggling at this in my Christian elementary school and getting beat for mocking the bible.

2904
Off Topic / Re: It's 4:17 AM and I'm quite bored. What do?
« on: February 27, 2011, 09:42:36 AM »
dangondog wantingtodrinkbeer man dogscant dangon drinkbeer dangon dog.

2905
Off Topic / Re: Holy stuff this is awesome
« on: February 27, 2011, 09:10:58 AM »
I am happy soul.

2906
Modification Help / Re: Global Tick Schedule for Zones?
« on: February 27, 2011, 09:04:41 AM »
It's not doing all the work in one single step (global schedule by itself as you said) and the engine is not trying to check the times of a hundred schedules simultaneously. I don't remember where, but I remember hearing that schedules are low-level and really laggy like this.
So the happy medium. Makes sense.

2907
Forum Games / Re: What is the person above you avatar saying?
« on: February 27, 2011, 08:58:09 AM »
Stupid face.

2908
Modification Help / Re: Global Tick Schedule for Zones?
« on: February 27, 2011, 08:57:16 AM »
How do you know that this is the best method?

2909
Off Topic / Re: Post real life pictures of yourself.
« on: February 27, 2011, 08:37:31 AM »
Reaper, that is brilliant image association.

I think they're a cute couple though :3

2910
Modification Help / Re: Could i get some help with scripting
« on: February 27, 2011, 08:36:34 AM »
thanks for the tutorials
i was also just curios is there anyway to delay a code from executing like tell it to wait 1 second then echo?
yeppers.

Code: [Select]
schedule(1000, 0, "echo", "Hello, late world.");
Code: [Select]
schedule(time ms, 0, "command name", "argument 1", "argument 2");
(I'm not quite sure what the 0 is for. It doesn't appear in official Torque documentation but it is needed in Blockland's version of Torque.)

If you're scheduling an object's function,
Code: [Select]
%obj.schedule(1000, "delete");
Code: [Select]
%objectID.schedule(time ms, "command", "argument 1", "argument 2");

Pages: 1 ... 189 190 191 192 193 [194] 195 196 197 198