Advertisement
Guest User

Untitled

a guest
Jan 29th, 2011
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.55 KB | None | 0 0
  1. Riven iOS Script Example
  2.  
  3. preupdate
  4. ifcase bblrgrt
  5. 0:
  6.     ifcase bheat
  7.     0:
  8.         ifcase bblrwtr
  9.         0:
  10.             dopict becd.1575,352,0,44,316
  11.         default:
  12.             dopict bfcd.1575,352,0,44,316
  13.         endcase
  14.     default:
  15.         ifcase bblrwtr
  16.         0:
  17.         default:
  18.             dopict bfhd.1575,352,0,44,316
  19.         endcase
  20.     endcase
  21. default:
  22.     ifcase bheat
  23.     0:
  24.         ifcase bblrwtr
  25.         0:
  26.             dopict becu.1575,352,0,44,316
  27.         default:
  28.             dopict bfcu.1575,352,0,44,316
  29.         endcase
  30.     default:
  31.         ifcase bblrwtr
  32.         0:
  33.         default:
  34.             dopict bfhu.1575,352,0,44,316
  35.         endcase
  36.     endcase
  37. endcase
  38. endevent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement