Alright i read the tuts on scripting but one thing is still confusing me. How do i specify witch module i want this placeable in?
It will only work in the module the PC is currently residing in.
--Stream
It means that whatever the module that the script is fired in, is the module the placeable will be spawned.
--Stream
Oh. Ok. How would i set another module for it to spawn in? Like i want it to be triggerd from perogis but i want it to show up on the ebon hawk. How can i do that?
create a global variable, set it when you want the placeable to show up, then add/modify the onload script for the module you want it to show up in to check for the global and spawn the placeable when the global for it is set.