ID:161888
 
i once again back, and this probally would be the last code for me to learn to make my halo clix >:3.

well basically i learn how to add diff stat and modified it for each of mod.
i also learn how to created a selection but now i stuck.

my question is how do i add more mod and also control it.

this game i working on is soft like a chess game to help u understand what i searching for.

can anyone help me :(
bump plz
In response to Cavad
First of all, this isn't a chatroom. Don't expect a reply within 14 minutes.

Second, I have NO CLUE what you're talking about. What the hell is a mod and what does it have to do with chess?
In response to Garthor
Garthor wrote:
First of all, this isn't a chatroom. Don't expect a reply within 14 minutes.

You mean 24 hours and 14 minutes, right? Anyways, I didn't really understand the question much either, but I think he's looking for something like stat modifiers and whatnot.
In response to Nadrew
Whoops. Guess I misread it. I'll just fall back on the "nobody knows what you're talking about" reason.
In response to Garthor

i know no one have to help me >.> so i am graceful for every post, but plz dont wasted anybody time with insult and flame. i sure no one like to feel like crap.


now to my question

well what i was looking for is a code to have a team of character under ur control. u can move this unit and have a limit of how many u can have.

so i looking for a code for so i be able to have multi-mob
.

In response to Cavad
Translated:
He wants to be able to control more than just one mob. Meaning NPC's, or multiple clients. Now, how do you want to move them? With clicking, regular movement, or what?!?!


Here is for just moving them around:
mob
Move()
..()
for(var/mob/M in src.Players)
step(M,src.dir)
var/Players
verb
Create()
var/mob/Player/M=new(src.loc)
M.dir=src.dir
src.Players+=M
In response to Bakasensei
o thank u so much, i like to move them as age of empire but i got that , dblclick :).

the halo clix game is like hero clix or if u never hear of that, is like chess, each piece u control and move. each of the pieces have they own atk and lp point.

u pick a team from a selected game, and u play against ppl
In response to Cavad
The just look up a Click to move library/demo.
In response to Bakasensei
this i g2 see its gonna be an RTS :P
In response to Poisonstrike
my question is , to have more than one character. do u have to classified then as obj. or mob.

i still cant find the right thing to add more client under one person control.

http://www.byond.com/games/hub/Xavier_garrett/AgesofEmpires << i wish i can get the code library of this game.
In response to Cavad
To control multiple objects, whenever you do something, make those other objects do something.
In response to Garthor
idk what u saying but thank i guess ^_^U

but i found it

anyone who need it is right at this link

http://www.byond.com/developer/Tsuno_Hiro/Multi-Units
In response to Cavad
Ew. Don't use that, it's horrible and doesn't even work.