Talk:Use familiar

From Kolmafia
Revision as of 07:51, 10 April 2010 by imported>Heeheehee (Minor formatting to make reading CLI output easier, hopefully.)
Jump to navigation Jump to search

This always seems to return false for me, can anyone confirm?
--Slyz 20:56, 9 April 2010 (UTC)


> ash use_familiar($familiar[sandworm])
Putting Mexicana the Hovering Sombrero back into terrarium...
Taking Hecho en Mexico the Baby Sandworm out of terrarium...
Returned: true

I assume that the ash command should be enough to check return value; correct me if I'm wrong. --Heeheehee 21:03, 9 April 2010 (UTC)

I'll have to recheck after RO, but here is what I was getting (doing things slightly differently):

> ash print( use_familiar($familiar[slimeling]) )
Putting Dusty the Baby Sandworm back into terrarium...
Taking Yuk the Slimeling out of terrarium...
false
Returned: void

--Slyz 03:33, 10 April 2010 (UTC)


Huh. Using that method, I get:

> ash print( use_familiar($familiar[sombrero]) )
Putting Hecho en Mexico the Baby Sandworm back into terrarium...
Taking Mexicana the Hovering Sombrero out of terrarium...
true
Returned: void

--Heeheehee 07:51, 10 April 2010 (UTC)