安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
/▌ ︻╦╤--
░░░███████ ]▄▄▄▄▄▄▄▄ - - - ☻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