Jump to content

Eyebot Scripting Error?


Zenkon13

Recommended Posts

Hello everyone, Zenkon13 here...

 

I'm currently working on another mod for New Vegas, this time I've decided to bring back the Enclave Eyebots into the Mojave Wastelands. Even though they were working for the Enclave, they were just there... playing music, fighting other enemies. Everyone members those little guys going around the Capital Wastelands playing music from the Enclave Radio Station. You get the idea where this is going, right?

 

What I want to do is place the Enclave Eyebots into the Mojave Wastelands and let them play music from New Vegas Radio, and possibly from Black Mountain Radio as well. It's not that hard to get this mod going, I just need to make a brand new Script, Base Effect, and an Actor Effect, make a few tweaks here and there on the Eyebot and BOOM! They're ready to go. But when I'm trying to save my new script for the eyebot broadcast, I keep on getting the same "Save new Script" message and it won't save even if I clicked yes... a hundred times. I double checked the script used for the eyebots broadcasting system and find no missing or mistyped words in my script.

 

Below is the same Enclave Broadcasting Script from Fallout 3:

 

------------------------------------------------------------------------------

 

scn EnclaveBroadcastEffectSCRIPT

begin ScriptEffectStart
if GetDead == 0
SetNPCRadio 1 RadioEnclaveREF
endif
end


begin ScriptEffectFinish
SetNPCRadio 0 RadioEnclaveREF
end

 

------------------------------------------------------------------------------

 

This next script is my script that I made for broadcasting New Vegas Radio for Fallout New Vegas:

 

------------------------------------------------------------------------------

 

scn RadioNewVegasBroadcastEffectSCRIPT

begin ScriptEffectStart
if GetDead == 0
SetNPCRadio 1 RadioNewVegasREF
endif
end


begin ScriptEffectFinish
SetNPCRadio 0 RadioNewVegasREF
end

 

------------------------------------------------------------------------------

 

What am I doing wrong here? Can anyone please help me on this? * ^*

Link to comment
Share on other sites

I've done on what you told me to do, luthienanarion... and it works! The eyebots are playing now New Vegas Radio instead of the Enclave Radio Station. Now I just have to work on their patrol areas and spread them across the Mojave Wastelands. This mod should be completely ready in a few days, hopefully with little bugs / issues.

Thank you so much, luthienanarion! =D

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...