HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Problem with caster system v15.2 and bonus mod

11-29-2008, 11:56 AM#1
rizla
Sup everyone, i've got a problem with vex's latest caster system working with weedars bonus mod. When i implement the systems the map gives me loads of erthree different types of errors (seen below). I've replaced Vex's older caster system with his v15.2. However when i replaced it it seemed to clash with weedars BonusMod which was already implemented. The implemented code can be seen in the demo map.

Okay so i've finally managed to get around to posting the errors.
The first is as follows:
Click image for larger version

Name:	first error.jpeg
Views:	2
Size:	79.2 KB
ID:	38775

Then there are a whole lot of this error:
Click image for larger version

Name:	second error.JPG
Views:	1
Size:	84.5 KB
ID:	38776

And of course, bad things must happen in three's:
Click image for larger version

Name:	third error.JPG
Views:	1
Size:	83.3 KB
ID:	38777

Thats all of the errors I get. They all seem to revolve around the bnsBit variable.
Attached Images
File type: jpegfirst error.jpeg (79.2 KB)
File type: jpgsecond error.JPG (84.5 KB)
File type: jpgthird error.JPG (83.3 KB)
Attached Files
File type: w3xexample.w3x (129.9 KB)
12-02-2008, 07:36 AM#2
Pyrogasm
Either in the variable editor, or in the globals declaration where udg_BnsBits is, change its type from "abilcode" (in the Variable Editor: "ability") to "integer".