ThreadBoard ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
Getting session number isnt working... (Sdk)
Getting session number isnt working... // SdkbasixJul 26, 2003, 11:54pm
This isnt working for me. It only tells me the first session that it reads
for the event. After that it says the SAME session over and over. My codes down to the bare essentials, so I don't know how I could fix this?.... Dim CitizenSes As Long CitizenSes = sdk.aw_int(AW_AVATAR_SESSION) strike rapierJul 27, 2003, 6:21am
You are not, by any chance trying to get the session of a chat event are
you? If so, common mistake (One on my first) dim lChatSession as long lChatSession = sdk.aw_int(AW_CHAT_SESSION) - Mark [View Quote] |