Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
/▌ ︻╦╤--
░░░███████ ]▄▄▄▄▄▄▄▄ - - - ☻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