Quote:
i tried that but yet, i gotah make it save and i got no clue how on that source, else if u Log of and log back on u can re claim it
Because you gotta save it.
It's quite easy.
Something like:
if (GC.MyChar.GWClaim = 0)
{
Say(Here;s the prize)
Link(Thanks)
GC.MyChar.GWClaim == 1;
CPs += 1200
Finish
}
else
{
Say(You have already claimed the prize)
Link(Okahdkhfskdjfhs, 255)
Finish
}
get it?