Difference between revisions of "User talk:Omzy"

Jump to navigation Jump to search
768 bytes added ,  19:33, 18 June 2006
no edit summary
imported>TheImperialDragon
imported>TheImperialDragon
Line 25: Line 25:


:::One more thing; where should the dungeon lead to?  The armory basement or the offices basement? [[User:TheImperialDragon|The Imperial Dragon]] 16:33, 18 June 2006 (EDT)
:::One more thing; where should the dungeon lead to?  The armory basement or the offices basement? [[User:TheImperialDragon|The Imperial Dragon]] 16:33, 18 June 2006 (EDT)
:::I manually merged the mods, and now the effect shader isn't looping.  It was working before.  Here is the script I'm using:
<pre>
scn WarmBoot05script
short BootsE
Begin Gamemode
PlayMagicShaderVisuals WarmEffect
if BootsE == 1
player.PlayMagicShaderVisuals WarmEffect
endif
end
Begin OnEquip
player.PlayMagicShaderVisuals WarmEffect
player.addspell WarmBoot05
set BootsE to 1
End
Begin OnEquip
player.StopMagicShaderVisuals WarmEffect
player.removespell WarmBoot05
set BootsE to 0
End
</pre>
I'm obviously doing something wrong here, or I did something wrong while I was copying the shader over to the plug-in with the dungeon layout finished.  Any idea what's wrong here? [[User:TheImperialDragon|The Imperial Dragon]] 20:33, 18 June 2006 (EDT)

Navigation menu