Jump to content

Help With Adding Spells


Ell223

Recommended Posts

When I have made a spell in the construston set, then I go in the game, but when i do player.addspell and then the code, it dosn't work, I have changed the seond digit loads of times but it dosn't work, but when I turn all my other mods off it works, any help on getting it to work with my mods on?
Link to comment
Share on other sites

Is it possible to use "text" IDs? If yes, do that. Otherwise do a quest-script with something like this:

 

SCN ImmaQuest

 

float fQuestDelayTime ; The one, you know.

 

Begin Gamemode

set fQuestDelayTime to 10000

if (doonce != 1)

set doonce to 1

player.addspell 12345678

else

messagebox "10'000 seconds passed since spell added."

endif

End

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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