Difference between revisions of "Talk:Use familiar"

From Kolmafia
Jump to navigation Jump to search
imported>Heeheehee
m
imported>Slyz
Line 8: Line 8:
 
Returned: true<br />
 
Returned: true<br />
 
I assume that the ash command should be enough to check return value; correct me if I'm wrong. --[[User:Heeheehee|Heeheehee]] 21:03, 9 April 2010 (UTC)
 
I assume that the ash command should be enough to check return value; correct me if I'm wrong. --[[User:Heeheehee|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[[User:Slyz|Slyz]] 03:33, 10 April 2010 (UTC)

Revision as of 03:33, 10 April 2010

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: voidSlyz 03:33, 10 April 2010 (UTC)