View Single Post
  #3  
Old 10-24-2013, 02:13 AM
Township EQ
Hill Giant
 
Join Date: Sep 2013
Posts: 118
Default

Quote:
Originally Posted by NatedogEZ View Post
https://github.com/EQEmu/Server/blob...rser.cpp#L1168

Code:
                case EVENT_CAST_ON:
                case EVENT_CAST:
                case EVENT_CAST_BEGIN: {
                        ExportVar(package_name.c_str(), "spell_id", data);
                        break;
                }

you can use $spell_id inside those events


Make sure to use 2 "==" when doing an if statement as well.
Thanks a lot.. still learning a lot of this but I'm getting better at it with help from all of you guys. :P
Reply With Quote