[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "Scripting Tutorial: Spell Tome"
Jump to navigation
Jump to search
no edit summary
imported>Vladimort |
imported>Vladimort |
||
Line 125: | Line 125: | ||
begin onActivate | begin onActivate | ||
Activate | Activate | ||
if doonce == 0 | begin onActivate | ||
if doonce == 0 | |||
MessageBox "Would you like to learn the Spell of Frost Damage?", "Yes please", "No way, maybe later" | MessageBox "Would you like to learn the Spell of Frost Damage?", "Yes please", "No way, maybe later" | ||
set doonce to 1 | set doonce to 1 | ||
set buttonpressed to 1 | set buttonpressed to 1 | ||
else | else | ||
Message "You have already learned what you can from this Tome" | Message "You have already learned what you can from this Tome" | ||
endif | endif |