Difference between revisions of "Unhide obj"
From Unofficial QEdit Wiki Guide
Japanaman2 (Talk | contribs) |
Japanaman2 (Talk | contribs) |
||
Line 8: | Line 8: | ||
==Use== | ==Use== | ||
Used to unhide object(s) through scripting. | Used to unhide object(s) through scripting. | ||
+ | |||
+ | |||
+ | (Important note: Make sure ALL clients interact with this!!!!! | ||
+ | |||
+ | Also, if a client is not on the floor when something is being | ||
+ | |||
+ | unhidden it won't be unhidden for them.) | ||
==Example== | ==Example== |
Latest revision as of 10:34, 18 February 2013
Contents
Syntax
Syntax: unhide_obj register1
- register1 = Floor number.
- register2 = Room id.
- register3 = The set appear flag on the object you want to unhide.
Use
Used to unhide object(s) through scripting.
(Important note: Make sure ALL clients interact with this!!!!!
Also, if a client is not on the floor when something is being
unhidden it won't be unhidden for them.)
Example
100: leti R1, 00000003 //Floor number = 3.
leti R2, 00000006 //room id 6.
leti R3, 00000008 //appear flag 8.
unhide_obj R1 //Tells where to start the continuation of registry strings to be used for the unhide object information.
ret