people, whats the correct code to "if(mob/M in oview(3))"???
please help i need this to 3 verbs!
ID:269921
![]() Nov 15 2005, 4:02 pm
|
|
![]() Nov 15 2005, 4:11 pm
|
|
http://www.byond.com/docs/guide/
|
Okay, first read the Community Standards, as your bump was obviously in violation.
If you know how to read English, the DM Guide is one of the most comprehendable resources you have at your disposal. If you need more, open up Dream Maker, press F1, go to the Index tab, and read through every topic you find. *sigh* The worst thing to ask is "What is the code to ____," as there is no one specific code to do most things, and it would be better for you to learn the language in its (near-)entirety so that you can design the code yourself. Hiead |
for(var/mob/M in oview(3))//for all mobs in oview(3) do the following code |
CIB wrote:
> for(var/mob/M in oview(3))//for all mobs in oview(3) do the following code thanks for this, i finded in the help(f1) how to use for and its very helpful! now i want to know why the icon not changes to 'bass_summ.dmi'... look at the code obj/Bass_Summon_chip NO runtime errors, thanks to all who helped me, thanks so much!But, why the icon of the player not changes?Ah about the usr, i can use this in the other objs and they change the usr icon.Why dont change? |
Pharaoh Atem wrote:
CIB wrote: > > for(var/mob/M in oview(3))//for all mobs in oview(3) do the following code thanks for this, i finded in the help(f1) how to use for and its very helpful! > obj/Bass_Summon_chip NO runtime errors, thanks to all who helped me, thanks so much!But, why the icon of the player not changes?Ah about the usr, i can use this in the other objs and they change the usr icon.Why dont change? Sorry about the longest quote of the developers forum XD, but, i maked a 100% code(who wants to use it, i permit) obj/Bass_Summon_chip |