-
Content Count
245 -
Joined
-
Last visited
-
Days Won
4
Single Status Update
-
On a scale of 1 - 10 (for somebody who has no idea with the subject) how easy is it to spawn placeables and such in a module? I'm wanting to try spawning a footlocker somewhere... whenever I get to that.
- Show previous comments 3 more
-
You'd have to edit the OnEnter script for the module if you want to spawn it when the player enters the module. Since that will cause incompabilites with any other mod editing the same script (happens quite often with OnEnter scripts I think) I'd say that using the .git is the safer bet, especially since TSLPatcher can edit gits inside .mod files for even better compability options.