obj
Smifflion_Assimilator
icon = 'NewItem.dmi'
verb
get()
set src in oview(0)
new/obj/Smifflion_Assimilator(usr)
assimilate()
set src in usr.contents
if(usr.pet1 == 1)
usr.pet:key = usr.key
usr.key = usr.pet:key
Okay can you guess what and where the problem is? If you guessed
usr.pet:key = usr.key
usr.key = usr.pet:key
You are correct, I want it so that..well lets put it this way:
The Pet always follows Master
You control Master
after assimilation
The Master always follows the Pet
You control Pet
Can someone help me with this by:
1)Giving me advice
2)Giving me fixed code <=D
Thanks!