Hey, I was working on a game and I was wondering how would I go about making it so that when you walk in a certain turf mobs would appear randomly, I used an "Entered()" proc but I can't seem to get the mobs to appear..I was wondering if anyone could help me?
Please and Thanks for future preferences.
ID:273036
Jul 30 2009, 12:23 pm
|
|
Jul 30 2009, 1:25 pm (Edited on Jul 30 2009, 1:30 pm)
|
|
Did you created a /mob or called a procedure that would do so?
|
In response to GhostAnime
|
|
I don't know how to create the procedure, I left BYOND for a while and have forgotten most of the stuff, I was wondering if someone could help me out with that.
|
Kakashi_sean95 wrote:
Hey, I was working on a game and I was wondering how would I go about making it so that when you walk in a certain turf mobs would appear randomly, I used an "Entered()" proc but I can't seem to get the mobs to appear..I was wondering if anyone could help me? well for my guess, dont know if its gonna be completely right, cause i'm not gonna test the code area // I think that a area would work best because... yea i'm not postive that that code will work, i never tested it and you will have to do some arrangements to it because it is kinda sloppy, and you have to modify it to your standards but whatever i used a simmilar type of code in one of my games, and it seemed to work fine, but i'm not sure if it is the best way to do this, but it works [Edit] there you go happy, i changed it from usr to M, not that much of a change, but it thought that anybody with a brainstem would find that out and change it with that. |
In response to Xxdragonslxx
|
|
You should not be using usr in procs, and those comments are an unhelpful mess.
Please don't try to provide help before you are experienced with the language. Bad help is worse than no help. |