Thread: variables?
View Single Post
  #2  
Old 06-12-2009, 01:14 PM
grimm's Avatar
grimm grimm is offline
Apprentice
 
Join Date: Nov 2008
Posts: 78
Default

#act {You get < salvage >}{#outp {white} SALVAGE};{$if salvage=1&&check=false}{#var salvage 2;#var check true};{$if salvage=2&&check=false}{#var salvage 3;#var check true};{$if salvage=3&&check=false}{recall;#var salvage 1;#var check true};#var check false}


You'd want all of em to be in the same trigger. as having the same trigger capture, the latest trigger would overwrite the previous.

This way it does a "sort of" if else method. Unless there's an if else method than awesome just use that.
________
Mercedes-benz clc-class history

Last edited by grimm; 03-10-2011 at 02:51 AM.
Reply With Quote