Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta
/▌ ︻╦╤--
░░░███████ ]▄▄▄▄▄▄▄▄ - - - ☻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