Zephirius
Zephirius
Reactions
-
Re: Updated GUI?
thank you for the clarification. :) (View Post)1 -
Re: NW Time in script
I started reading your Tutorial TarotRedHand, void main() { //data type - string //variable - sJohn //operator - = string sJohn = "John-Paul"; } I know what data types and operators are now! (View Post)3 -
Re: Spike Trap Help
object oSpikes = GetObjectByTag("SPIKES"); AssignCommand(oSpikes, ActionCastSpellAtObject(SPELLABILITY_MANTICORE_SPIKES, oPC, METAMAGIC_ANY, FALSE, 30, PROJECTILE_PATH_TYPE_ACCELERATING, TR… (View Post)1 -
Re: Any Ideas on this transition?
Glad to see everything is working out! ;) Alas, I would offer you scripting advice, but I fear you would end up helping me to help you. :# Still learning NW script... (View Post)1 -
Re: Help with if/else if?
Hey, check this out. Probably is old news to you scripting vets, bot the program notepad ++ is just what I need for this script, the compiler comes equipped with training wheels! The line to the far … (View Post)1