Is there a way to use Else/if/and then in mush?
Also is there a way to make one trigger send %1 to one variable and %2 to another?
Thanks Much
Also is there a way to make one trigger send %1 to one variable and %2 to another?
Thanks Much
This forum is a read-only archive of the Gammon Software forum (2000–2026). No new posts can be made. Search the archive.
Posted by Malek on Sun 10 Sep 2006 02:24 AM — 2 posts, 11,444 views.
if %1 > 30 then
-- do something
else
-- do something else
end -- if
SetVariable ("a", "%1")
SetVariable ("b", "%2")