ID:149287
 
how do you make it so you can only assimilate 1 thing?
Buzzyboy wrote:
how do you make it so you can only assimilate 1 thing?

Perhaps you should elaborate on what you mean by "assimilate" and how that's done.

Lummox JR
In response to Lummox JR
mob
verb
Assimilate()
set src in oview(1)
if(!usr.Assimilated)
usr.Assimilated = 1
else
usr << "You can only assimilate one thing."
In response to Garthor
like when you choose to join a team that there can only be one of, and there is an npc incase it is empty, when you choose the team, you automatically take control of the NPC?