H HasteBro Member Mar 11, 2016 #1 Using build 16778, when the script tries to use a wang this happens: Code: > ash use(1, $item[wang]); [¶625] has no matches. Returned: false 625 is the item number for wang, so probably a typo somewhere is causing that. Not sure if any other items cause this error. Last edited: Mar 11, 2016
Using build 16778, when the script tries to use a wang this happens: Code: > ash use(1, $item[wang]); [¶625] has no matches. Returned: false 625 is the item number for wang, so probably a typo somewhere is causing that. Not sure if any other items cause this error.
H heeheehee Developer Staff member Mar 11, 2016 #2 So, inherently the problem here is that Mafia can't find that item in the list of "usable" items, since wangs are targeted. You can't use a brick, either. Code: cli_execute("throw wang at " + my_name())
So, inherently the problem here is that Mafia can't find that item in the list of "usable" items, since wangs are targeted. You can't use a brick, either. Code: cli_execute("throw wang at " + my_name())