Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
/▌ ︻╦╤--
░░░███████ ]▄▄▄▄▄▄▄▄ - - - ☻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