Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

*Zeropan*

Members
  • Posts

    28
  • Joined

  • Last visited

    Never

Everything posted by *Zeropan*

  1. @Godlord: > Plus if you were able to read then you would've seen this: > So who needs the glasses now? > > Regards, > Godlord. Your stupid, i dont need to copy the direct quote, i was just trying to tell you to just read it once. And ye, i think you still need glasses on your head so you can think straight.
  2. @Godlord: > Right, if you haven't got six F's then it means you need to buy some ducking glasses. > > Regards, > Godlord. Ye that way youll be able to read the instruction- _" …Read it only Once"_ Not bazillion times
  3. @Pete: Just what i said, if you caught six, you cheated! :icon_meditation:
  4. FINISHED FILES ARE THE RE- SULT OF YEARS OF SCIENTIF- IC STUDY COMBINED WITH THE EXPERIENCE OF YEARS. Now count the F's in that sentence. Count them ONLY ONCE! Then see below… . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ANSWER: There are six F's in the sentence. A person of average intelligence finds three of them. If you spotted only one, your retarded If you spotted two, your still retarded If you spotted three, average If you spotted four, you're above average. If you got five, you can turn your nose at most anybody. If you caught six, you cheated. Here is the same text, but we highlighted the F's for your review! **F**INISHED **F**ILES ARE THE RE- SULT O**F** YEARS O**F** SCIENTI**F**- IC STUDY COMBINED WITH THE EXPERIENCE O**F** YEARS. The trick here is the word “OF”. Most people tend to get only 3 or 4 because it is difficult for your brain to process the word “OF” with the “F” and your brain quickly pronounces “OF” as “OV” so it does not register it as an “F”!
  5. NOt very good at grammar soo copy and paste this on reply then underline the correction.. Cheating on essay Cheating is one of the big thing in academic policy. But what makes it so common to most students? The answer is entertainment and repetitive frustrating work. Students tend to get attracted on entertainments easier than before because of the load of boring homework that were given to them, therefore forcing them to cheat. As the time goes by, more and more entertainments are popping out, like more good movies, better video game, MySpace, text messaging, etc. These became the main source of temptation for students to not do their work and resulting them cheat. But it’s not mainly these amusements that turn students to cheating, it’s also the repetitive work that teachers give to students. Statistic shows that Students tend to cheat more on home works than Tests.(Mark 2) . That’s because having the same old boring home works all the time can really get stressing and tiring. Students switching from doing work to MySpace is fairly understandable, because once students gets frustrated and tired for their work they will look for something fun. Once that happen it will be hard to switch back to their work, which can result to procrastination which then lead to cheating. As you can see more and more people move on to cheating rather than doing work. It’s not just entertainments fault that drive them to cheating, stressing and long homework that teachers give is also responsible. If teachers don’t stop giving this homework more and more students will get introduce to cheating. THANKS
  6. my record 22 seconds.. First try! Time yourself! Ready GO! ![](http://legacyweb.triumf.ca/people/vetm/public/waldo-1.gif)
  7. If its vista then you have to install it the Vista way
  8. @Admiral: > Detecting any key via sadscript is easy, sadly, you can't put a big black screen up when the movie goes up, via sadscript (unless you want to have a massive custom menu go up, then spam the movie on top of that custom menu, that _might_ work, but I don't use custom menus, so idk). Actually heres a way my pseucode when player stepped on tile Play the Flash Movie Teleport the player where map is covered with BLACK fringe and on the spot where its surounded with teleport back
  9. how about making the screen all black while playing the Flash window and when anykey is pressed it goes back to normal, is that possible thru sadscript?
  10. @Admiral: > You could try locking the player before the movie shows, then unlock the player after the movie shows; here is some pseudocode that could work: > ``` > Call LockPlayer(1) > Call FlashMovie(mymovie.swf) > Call LockPlayer(0) > Exit Sub > ``` Problem for that is it doesnt check IF the movie ends, so all it does is lock the player>play the movie> unlock_PLayeer while still playin the movie
  11. @Admiral: > I don't think there's a sadscript command for this; you can probably source it similar to how the custom menu detects closes. i really don't like how you can move your character see the surroundings while watching a flash movie. Is there anyway to fix that thru sadscript cuz i dont have VB6 only VB2008
  12. What's the command for something will happen if flash movie ends or CLosed? for example: If FLASHMOVIE ENDS or CLOSED then BLA BLA BLA thanks
  13. " Michael Jackson is DEAD! " Men, it so hard to picture that its actually true i just cant belive it the great MJ is dead! just like that. WTF
  14. it'd be really scary if you were trapped there for a really long time, and when you wake up its already 2040\. Machines in The hospital has been keeping you alive for the last 30 years. Your skinny as hell since the only way you get your food is through injections and tubes plugged in your veins.
  15. sometimes i have trouble waking up. its really weird and scary. Like your still on your dream world but concious on your surrounding, then on that dream you can see what would you see the samething when your awake but lurry. Your also aware that its your dream and whenever you wanna wake up its hard
  16. @durama: > Sry this is what you need. :P > > ``` > Call PutVar("Accounts\" & GetPlayerLogin(Index) & "_Info.ini", "Header", "Variable", "Value") > ``` > ok thats what you need just replace the Header, Variable, and Value. > > P.S. It would be better to make a new .ini because this will effect all of their characters. > > If youd rather have it effect the one character try the following… > > ``` > Call PutVar("Accounts\" $ GetPlayerLogin(Index) & "_" & GetPlayerName(Index) & ".ini", "Header", "Variable", "Value") > ``` > This will make a new .ini in the account folder called PlayerLogin_PlayerName.ini > Replace the Header, Variable, and Value Like Normal. Finally thanks dude!
  17. oh oops Sorry let me clarify my question again.What i want to do is make a new variable on the Playername.ini under accounts. Like whoever stepped on that certain tile it will make a new varible on his/her account.
  18. -what about command for making a new .ini file(ex. quest.ini) under accounts>CharacterName folder. - and also doing this command Call PutVar("Quests.ini", GetPlayerName(Index) & "", "Quest", "0") will atomataically find the folder where Quest.ini is stored. I mean like you don't have to tell the engine where to find Quest.in is stored?, if so may i know that command?
  19. whats the command for if you step on a tile it will make a NEW variable w/ value(ex. "Quest = 0") on the Character_info
  20. Just wondering, do they need to install the library inorder for them to play the game
  21. I figure it out, somehow the engine will not read the scripted spell until you memorize one of them. It works now
  22. Well right now i dont really care of getting the spell working, My main Focus is to get the engine read and excute the commands under scripted spell. Like even if you do Call playerMsg(index, " HELLO", White) It doesnt read it I dont know whats wrong
  23. Okay, i'm trying to make my own spell, so i made a scripted version. When i tested it Nothing happens So i set the scripted spell to 0 to use Case 0 which holds: Call PlayerMsg(Index, "This scripted spell has no apparent use.", WHITE) which suppose to display that text, but when i cast it, it didnt display it in the txtBox. I downloaded a new eclipse file and tried it again, NOthing happens. Somehow the Eclipse doesn't read my scripted Speeeeelllll. HELP
  24. Can someone send me a link of the BEST FREE flash maker thanks
  25. yes, Under edit item you will see stats requirement configuration.
×
×
  • Create New...