Maespark

AugmentAttacks-UOSteam

Jul 8th, 2021 (edited)
1,205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.46 KB | None | 0 0
  1. //Note: This UOSteam macro does nothing without the corresponding OpenEUO functions!
  2.  
  3.    if @injournal 'virtue is not active yet' or @injournal 'virtue has been disabled'
  4.       if @injournal 'virtue is not active yet'
  5.         replygump 0x7ec42f38 1005
  6.         waitforgump 0x7ec42f38 3000
  7.       endif
  8.       if @injournal 'virtue has been disabled'
  9.         replygump 0x4239a64f 1004
  10.         waitforgump 0x4239a64f 3000
  11.       endif
  12.       clearjournal
  13.     endif
Add Comment
Please, Sign In to add comment