Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
/▌ ︻╦╤--
░░░███████ ]▄▄▄▄▄▄▄▄ - - - ☻AGAINST BOB AND TAKE OVER THE WORKSHOP!
▂▄▅████████▅▄▃▂
I███████████████████]
◥⊙▲⊙▲⊙▲⊙▲⊙▲⊙▲⊙◤
JOIN OUR REVOLULTION !!!☻/ NOW! COPY PASTE ALL OVER STEAM, ATTACK! SO WE MAY WIN THE WAR. (thanks to this mod bob will not have a chance to live)
/▌ all over the workshop
/ \ so he can take over
Thank you Dragon9614 for a awesome mod :-)
All you have to do is post it to this page so people can watch :)
My mod I said I was working on, well, I posted a beta just a few days ago and I would really like it if you were to subscribe and tell me what you think of it so far. (one modder to another) It is called Aetherius Magic: Beta. Link here: http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=114122156&searchtext=
Scriptname ReadSpellTome extends ObjectReference
Event OnEquipped(Actor reader)
;adds spell to player
if (Game.GetPlayer().AddSpell(DarkSorcery:CruxofDeath))
endIf
EndEvent
SPELL Property DarkSorcery:CruxofDeath Auto
I know that my spell has a ":" in it so I tried again without the ":" and it saved succesfully that time. But still it did not teach me the spell when I read it in game. What am I doing Wrong? Thankyou very much though for taking the time and helping me. :)
By the way... I can make a walkthrough video for you without difficulty and post it on youtube if you like. :)
Event OnEquipped(Actor reader)
;adds spell to player
if (Game.GetPlayer().AddSpell(SpellLearned))
endIf
EndEvent
SPELL Property SpellLearned Auto
Let me know if you need more help.
And to everyone else: I'm trying to make videos showing how to find the corpse and things like that, but I'm really busy. I'll try to figure it out ASAP.
V