A few scripts used to create and manipulate objects for DMs.
It uses the DMFI script execution command, but, version 1.10b of the DMFI tool dosn't allow adding parameters to scripts as is. So it uses a small modificaiton to gui_dmfi_text.nss to allow passing parameters to scripts. It's a simple parser so it won't recognize \" as a quotation mark or , as a comma in a string.
Scripts are executed in the DMFI language window by entering: [<scriptname>(<params>)
Running the script without a target, or without parameters for those requiring parameters, will give info on how to use each script.
With default DMFI settings all scripts have to begin with dmfi and only dms can execute scripts.
dmfi_additemproperty - Adds one or more item properties to target. Parameters are numbers and need to be looked up, uses Type, SubType, Value, and Param1
dmfi_createitemonobject - Creates an item on target by item template
dmfi_removeallitemproperties - Removes all item properties from target
dmfi_setarmorrulestype - Set armor rules type of target
dmfi_setitembasematerialtype - Set base material type of target
dmfi_settag - Set the tag string of object
Attachment | Size |
---|---|
![]() | 66.88 KB |