CreateItemOnObject Wrapper for use with DelayCommand
![nwfan87](https://forums.beamdog.com/applications/dashboard/design/images/defaulticon.png)
Don't I post a lot on these forums ![:D :D](https://forums.beamdog.com/resources/emoji/lol.png)
Does anyone have a good scripting solution for using Delay Comand with CreateItemOnObject?
Think I need a custom wrapper for it.
![:D :D](https://forums.beamdog.com/resources/emoji/lol.png)
Does anyone have a good scripting solution for using Delay Comand with CreateItemOnObject?
Think I need a custom wrapper for it.
0
Comments
A function like this added to your library (note: this method does require you to "#include" your library script at the top of the script you use your custom functions in) could work: And then using the above in a script would look like:
Or if you want to just add it to a script that you need it for, you just add it to the top, above the void main():
Hope it helps.