Quote:
Originally posted by stomper_TK
Lets say I want to make a NPC that sells cans, but there is a limited supply of 30. Would I out this in the GScript?
NPC Code:
while (flag&&count<30)
|
Suggestions: server.string or save[0]-save[9]
I think both would work.