UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

How to define button ?

preman

Sorceror
how to define the number who does not is a serial or graphics ?

example
Code:
setalias 'button' 6
usetype 0x22c5
waitforgump 0x554b87f3 15000
replygump 0x554b87f3 'button'

general intention is that (in short)

Code:
if @injournal 'luna'
 setalias  'button' 5
endif 
if @injournal 'umbra' 
 setalias 'button' 29
endif
if @injournal 'home1' 
 setalias 'button' 53
endif
if @injournal 'home2' 
 setalias 'button' 83
endif

usetype 0x22c5
waitforgump 0x554b87f3 15000
replygump 0x554b87f3 'button'

thanks for any help
 
Top