- Feb 19, 2007
- 555
- 2
- 105
ok i have tryed my hand at SQL scriptig but cant seem to get the Variables correct
well i think its at the variables im having trouble
anyway here is script
basicly what i want is a NPC that will output what a person's level is at any given time its as a part of a Quest the rest of the quest is fine but that part is giving me errors or just returning 0
may thanks
well i think its at the variables im having trouble
anyway here is script
Code:
[@main]
#IF
#ACT
ReadValueSql "TBL_character" %A9 "FLD_Level" [@nextline]
[@nextline()]
#ACT
Mov D1 %ARG(2)
goto @nextline2
[@nextlive2]
#say
<$output(A3)> is now level <$output(d1)>
basicly what i want is a NPC that will output what a person's level is at any given time its as a part of a Quest the rest of the quest is fine but that part is giving me errors or just returning 0
may thanks
