ThreadBoard ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
Get World Features (Sdk)
Get World Features // Sdkstrike rapierJun 16, 2002, 7:35am
Hi,
Im having a little trouble with the new VB COM DLL and the world attribute get feature, I cannot find a way to get the thing to work, this could either because im being inherantly stupid, or just not seing something. Current code ive tried is... ChkRepeatingGroundObject.Value = ..aw_world_attribute_get(AW_WORLD_REPEATING_GROUND) ChkRepeatingGroundObject.Value = ..aw_world_attribute_get(.aw_bool(AW_WORLD_REPEATING_GROUND)) ChkRepeatingGroundObject.Value = Cbool(.aw_world_attribute_get(AW_WORLD_REPEATING_GROUND)) ChkRepeatingGroundObject.Value = sdk.AW_WORLD_REPEATING_GROUND Where the ChkRepeatingGroundObject is a checkbox on the main form. I keep recieving invalid property value errors, if anyone could help me with this problem I would apreciate it. |