Morrowind and the great summoning of the Nwah
I finally mastered the Art of the NWAH
and added something that bethesda forgot to in the Arena
The NWAH arena pit summoning bell
Morrowind always needed this
Behold my mighty script
-----------------------------
begin SUMMONNWAH
short nwah
if ( MenuMode == 1 )
Return
endif
if ( OnActivate == 0 )
Return
endif
PlaySound3D "bell1"
Set nwah to Random 28
if ( nwah == 0 )
PlaceAtPC "You_Nwah_001_Male" 1 128 1
endif
elseif ( nwah == 1 )
PlaceAtPC "You_Nwah_001_Female" 1 128 2
endif
elseif ( nwah == 2 )
PlaceAtPC "You_Nwah_002_Female" 1 128 2
endif
elseif ( nwah == 3 )
PlaceAtPC "You_Nwah_003_Female" 1 128 2
endif
elseif ( nwah == 4 )
PlaceAtPC "You_Nwah_002_Male" 1 128 1
endif
elseif ( nwah == 5 )
PlaceAtPC "You_Nwah_003_Male" 1 128 1
endif
elseif ( nwah == 6 )
PlaceAtPC "You_Nwah_004_Male" 1 128 1
endif
elseif ( nwah == 7 )
PlaceAtPC "You_Nwah_005_Male" 1 128 1
endif
elseif ( nwah == 8 )
PlaceAtPC "You_Nwah_006_Male" 1 128 1
endif
elseif ( nwah == 9 )
PlaceAtPC "You_Nwah_004_Female" 1 128 2
endif
elseif ( nwah == 10 )
PlaceAtPC "You_Nwah_005_Female" 1 128 2
endif
elseif ( nwah == 11 )
PlaceAtPC "You_Nwah_006_Female" 1 128 2
endif
elseif ( nwah == 12 )
PlaceAtPC "You_Nwah_007_Female" 1 128 2
endif
elseif ( nwah == 13 )
PlaceAtPC "You_Nwah_008_Female" 1 128 2
endif
elseif ( nwah == 14 )
PlaceAtPC "You_Nwah_007_Male" 1 128 1
endif
elseif ( nwah == 15 )
PlaceAtPC "You_Nwah_008_Male" 1 128 1
endif
elseif ( nwah == 16 )
PlaceAtPC "You_Nwah_009_Male" 1 128 1
endif
elseif ( nwah == 17)
PlaceAtPC "You_Nwah_010_Male" 1 128 1
endif
elseif ( nwah == 18 )
PlaceAtPC "You_Nwah_011_Male" 1 128 1
endif
elseif ( nwah == 19 )
PlaceAtPC "You_Nwah_012_Male" 1 128 1
endif
elseif ( nwah == 20 )
PlaceAtPC "You_Nwah_009_Female" 1 128 2
endif
elseif ( nwah == 21 )
PlaceAtPC "You_Nwah_010_Female" 1 128 2
endif
elseif ( nwah == 22 )
PlaceAtPC "You_Nwah_011_Female" 1 128 2
endif
elseif ( nwah == 23 )
PlaceAtPC "You_Nwah_013_Male" 1 128 1
endif
elseif ( nwah "(more than equal to)" 24 )
Return
endif
End
----------------------------
beautiful
Other Videos By Confuscious Puff
Other Statistics
The Elder Scrolls III: Morrowind Statistics For Confuscious Puff
There are 52 views in 2 videos for The Elder Scrolls III: Morrowind. Less than an hour worth of The Elder Scrolls III: Morrowind videos were uploaded to his channel, less than 0.29% of the total video content that Confuscious Puff has uploaded to YouTube.