03-12-2008, 09:11 PM
addy Wrote:You shouldnt have to. The variable is defining like a data thing.
lolwut. You seem so sure of yourself but your argument makes no sense.
This is what Forte was talking about, and I'm willing to bet it's what you're missing:
Code:
Type QuestRec
Name As String
SayStart As String
NotReady As Byte
Completed As Byte
AlreadyDone As Byte
GiveExp = As Integer
GiveItem As Byte
GiveItemVal As Byte
TakeItem As Byte
TakeItemVal As Byte
NpcStart As Byte
ItemStart As Byte
End Type