Difference between revisions of "Setevt"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
 
Line 16: Line 16:
  
 
==Also see==
 
==Also see==
List of OP Codes used in example.
+
[[window_msg]], [[winend]], [[ret]]

Latest revision as of 07:39, 30 March 2011

Syntax

Syntax: setevt xxxxxxxx

  • xxxxxxxx = Hex value of map event to call.

Use

Used to call a map event number.

Example


100:     window_msg 'Calling map event 6000'
         winend 
         setevt 00001770
         ret 

Also see

window_msg, winend, ret