ID:174860
![]() Jul 13 2003, 12:34 pm
|
|
Im my rpg if your a witch you can do a fusion type spell and I wanted to know how I could like blend the two players icons or something so some of them looks like one player and some looks like the other?
|
![]() Jul 13 2003, 12:37 pm
|
|
This may or may not work. It will look interesting though :D.
|
I dont think that'll work because once instead of adding overlays i tried to add them to the icon...but that didnt work. Thanks anyway!
|
Id just add the one players icon as an overlay, and dither the overlay. Someone has a dithering demo.
Airjoe |
Also for the name after they do the fusion how do i make half of one players the beggining and half of the others the end?
|
You would have to use copytext, but:
A) Im not sure how to do that, and B) It might get messed up because of different lengths of names Airjoe |
To make it not mess up couldnt i just make it either do the beggining half of one person and the end half of another?
|
yep, some copytext()'s and length()'s are all you need:
mob/verb/Mergenames(mob/M in world) |
Thanks! This is what I have overall: (Note the client.eye stuff its commented out because i was testing on a non player to see if everythign worked.)
var/random = rand(1,2) I think im going to have to change the part where their icon becomes one cause it looks a bit funky... |
Koolguy900095 wrote:
Thanks! This is what I have overall: (Note the client.eye stuff its commented out because i was testing on a non player to see if everythign worked.) > var/random = rand(1,2) I think im going to have to change the part where their icon becomes one cause it looks a bit funky... Why do you have src.overlays += M ? Try just adding M.overlays to src.overlays, adding all of M isn't wise. RaeKwon |
Ooh its Raekwon...I dunno why I did that...Do you think you could help me with making them "Blend" together when they fuse? (Since you have a really good DBZ game and I think it has fusing in it :p)
|
Oookay... it's workaround time!
mob/verb/Fusion(mob/M as mob) I see no reason why that shouldn't work. It's possible that the result won't be very good, though. |
- Make it where there is a base witch who makes up atleast 55% to 70% of the merged witch, oh and call it merging not fusion. Fusion can either attract dbz peeps, or can make people think its something its not. Besides merging sounds more original.
|