Jump to content

Summon Script


Recommended Posts

Good Day fellow Modders

 

I have been modding for a long time but my experience with scripting is limited, I've never had much of a need for anything above the vanilla scripts modified to suit my needs... so I when I need something new I look at other mods and reference whatever script library I can find

 

However in this case I need something I am having difficulty with

 

Summon via invisible marker

 

I would like a script which will summon a creature via invisible marker... doesn't seem too difficult

but I seem to be having issues with it

 

This is the reference script I am using, however in game when I reach the marker (trigger) point, the game freezes

(just locks up)

 

http://wiki.theassimilationlab.com/mmw/Morrowind_Script_Library#Making_creatures_appear_by_invisible_activator

 

any help is greatly appreciated

 

 

Enjoy

Dietbob

 

 

Link to comment
Share on other sites

identifiers should NEVER contain spaces, much better to use _ instead of space or a different case e.g. warp_var01 or warpVar01

having said that, if you really need to use something like warp var01, you can probably use it enclosed in "", e.g. if ( "warp var01" == 1 )
Also example scripts should use proper code indentation, MWEdit or Manauser's indenter can do it automatically

Edited by abot
Link to comment
Share on other sites

OblivionAddicted said: Did you take a look at the BILL_common_trapped_rug script?

 

I say : I re-looked at it after several attempts with the other script with a little modification it works

not exactly what I "wanted" but it still looks good and it works

 

Thank you

 

Enjoy

Dietbob

Link to comment
Share on other sites

  • Recently Browsing   0 members

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