Jump to content

Thunder Rod, Bolt Spell, Lightning Rod

Overview
Creator: Timelord Added: 30 Apr 2014 Tags: FFC, Item Downloads: 71
Rating[?]: No rating
View Script Download Example
(950.98 KB)
Information

Description Setup Reviews Comments

Timelord  

Posted 11 May 2014 - 08:43 PM
You're apparently using the newest version of stdExtra, which doesn't compile because it had an undeclared dependency.

Comment out lines 583, through 595 in the current stdExtra.zh, v3.2: (the function 'drawTime'), that relies on external functions, and declarations, not native to, or otherwise in the header.. (MoscowModder added this to the latest version of stdExtra.zh, but didn't add the dependencies for the drawTime function, and I don't have any idea where to find those, so I commented out that function as well; for I haven't a present need for drawTime() in my projects.)
 

JetBox  

Edited 11 May 2014 - 05:06 PM
I get these errors when I try to compile it.

stdextra.zh, line 594: Error s10: Function ITOA Is undeclared.
stdextra.zh, line 595: Error s10: Function STRLEN Is undeclared.
stdextra.zh, line 597: Error s10: Function STRLEN Is undeclared.
stdextra.zh, line 598: Error s10: Function ITOA Is undeclared.

Any help?