mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-05-30 16:40:58 +00:00
- Enable arg0str for UDMF things and named scripts.
SVN r3390 (trunk)
This commit is contained in:
parent
7106c06811
commit
3fae0e3906
2 changed files with 20 additions and 0 deletions
|
@ -199,6 +199,12 @@ Note: All <bool> fields default to false unless mentioned otherwise.
|
|||
conversation = <int> // Assigns a conversation dialogue to this thing.
|
||||
// Parameter is the conversation ID, 0 meaning none.
|
||||
countsecret = <bool>; // Picking up this actor counts as a secret.
|
||||
arg0str = <string>; // Alternate string-based version of arg0
|
||||
|
||||
* Note about arg0str
|
||||
|
||||
For things with ACS specials (80-86 and 226), if arg0str is present and non-null, it
|
||||
will be used as the name of the script to execute, and arg0 will be ignored.
|
||||
}
|
||||
|
||||
|
||||
|
@ -316,6 +322,9 @@ Standardized whitespace.
|
|||
1.19 24.02.2012
|
||||
Added back locknumber property.
|
||||
|
||||
1.20 25.02.2012
|
||||
Added arg0str thing property.
|
||||
|
||||
===============================================================================
|
||||
EOF
|
||||
===============================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue