Quote:
Originally Posted by moosewanted
Yeh, I should have worked that out from the compiler error. Thanks. Also, how would I pass a variable in:
menu_additem(menu_id, "no", id)
as id errors to:
error 035: argument type mismatch (argument 3)
|
The third argument must be a string (
link).
You can parse multiple data into the third argument and then extract it later. That is only one suggestion, there might be better ways.
__________________