This is gonna sound pretty complicated for a newb ;) but i need fusion, i know i could do snippets, but what i need is how to make 2 people one icon with one control, and make the names have about 3-4 letter each, like if fred and bob fused they would be frob ;)
If you can help, thank you in advance
ID:176971
Nov 23 2002, 11:17 pm
|
|
In response to RaeKwon
|
|
Most of it works fine, its just the very last peice, i get 2 errors and 1 warining, its
client Move() for(var/mob/player/M in world) if(usr.follow==M.name){return} else ..() .=..() fusion.dm:37:error:M:undefined type: M fusion.dm:38:error:M.name:undefined type: M.name fusion.dm:37:M :warning: variable defined but not used I have no dea what to do, if you can help me again, thanks :) |
In response to Muska
|
|
That is because there is no such thing as mob/player.
|
Something like that, it should work, its 3:30am and i'm beet. :-\
RaeKwon