Thread
:
Added code for random numbers in quests =)
View Single Post
#
7
06-23-2003, 06:16 AM
Bigpull
Discordant
Join Date: Feb 2003
Posts: 305
Bleh
Change:
Replace(origstring,format,itoa(rand()%varparms[0],temp,10));
To:
Replace(origstring,format,itoa(rand()%atoi(varparm s[0]),temp,10));
Should maybe do the trick
Bigpull
View Public Profile
Send a private message to Bigpull
Find all posts by Bigpull