get_symbol: not found

Dastgir

Core Developer
Messages
3,805
Points
0
Discord
Dastgir#1460
IRC Nickname
Dastgir
Github
dastgirp
Emulator
Client Version
2019-02-28 RE
This is my mod, and I included battleground.h, and "bg = GET_SYMBOL("bg");" on plugin_init.

[Error]: HPM:get_symbol:bg_mod: 'bg' not found!

I guess its called bg only, but yet, I am getting this error, Any Solution? (Or have i misspell something?)

 
I think it should be bg = GET_SYMBOL("battlegrounds")
?
Ahh, Thanks,

(Why its not "bg" instead "battlegrounds"? others are having same name.... like map=GET_SYMBOL("map")... )

 
Back
Top