Talk:Use familiar: Difference between revisions
Jump to navigation
Jump to search
imported>Slyz No edit summary |
imported>Heeheehee m Minor formatting to make reading CLI output easier, hopefully. |
||
Line 3: | Line 3: | ||
> ash use_familiar($familiar[sandworm]) | : > ash use_familiar($familiar[sandworm]) | ||
Putting Mexicana the Hovering Sombrero back into terrarium...<br /> | : Putting Mexicana the Hovering Sombrero back into terrarium...<br /> | ||
Taking Hecho en Mexico the Baby Sandworm out of terrarium...<br /> | : Taking Hecho en Mexico the Baby Sandworm out of terrarium...<br /> | ||
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): | I'll have to recheck after RO, but here is what I was getting (doing things slightly differently): | ||
> ash print( use_familiar($familiar[slimeling]) ) | : > ash print( use_familiar($familiar[slimeling]) ) | ||
Putting Dusty the Baby Sandworm back into terrarium...<br /> | : Putting Dusty the Baby Sandworm back into terrarium...<br /> | ||
Taking Yuk the Slimeling out of terrarium...<br /> | : Taking Yuk the Slimeling out of terrarium...<br /> | ||
false<br /> | : false<br /> | ||
Returned: void<br /> | : Returned: void<br /> | ||
--[[User:Slyz|Slyz]] 03:33, 10 April 2010 (UTC) | --[[User:Slyz|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...<br /> | |||
: Taking Mexicana the Hovering Sombrero out of terrarium...<br /> | |||
: true<br /> | |||
: Returned: void | |||
--[[User:Heeheehee|Heeheehee]] 07:51, 10 April 2010 (UTC) |
Revision as of 07:51, 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: 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)