2896
Off Topic / Re: Destruction is Imminent!!1
« on: February 27, 2011, 10:11:30 AM »Welp.I'm not sure if thats a good or bad thing.
You seriously aren't acting at all like what I've seen of you.
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.
Welp.I'm not sure if thats a good or bad thing.
You seriously aren't acting at all like what I've seen of you.
Are you the same Iban that made the City RP, or not?That was lban, with an L. I'm Iban, with an I.
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.
I have a large folder with everything in it, I can just back that up.yeah mine's called the C drive.
What cultures? I'm pretty sure "ass" is a universally negative word.Jesus rode on an ass.
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.
thanks for the tutorialsyeppers.
i was also just curios is there anyway to delay a code from executing like tell it to wait 1 second then echo?
schedule(1000, 0, "echo", "Hello, late world.");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.)%obj.schedule(1000, "delete");%objectID.schedule(time ms, "command", "argument 1", "argument 2");