View Single Post
  #2  
Old 10-07-2001, 09:59 AM
Knightoffrost Knightoffrost is offline
and Delph Inc.
Knightoffrost's Avatar
Join Date: Jul 2001
Location: Canada
Posts: 1,162
Knightoffrost is on a distinguished road
Send a message via ICQ to Knightoffrost Send a message via AIM to Knightoffrost Send a message via Yahoo to Knightoffrost
[ Delph Inc. ]

I don't really get what you mean by saying 'one by one' because I haven't seen it on N-Pulse...but I'll try help you:

if (playerchats) tokenize #c;
if (strequals(#t(0),setrupee)) setstring rupeedrop,#t(1);
timeout=0.2;
if (timeout) {
for (i=0;i<#s(rupeedrop)/100;i++) {
lay goldrupee;
}
timeout=0.2;
}

That should work...just say: setrupee <amount> and it should lay a gold rupee until it adds to the number...you would be able to change this so it fits red, blue and green rupees too.
__________________
Xerphier Dintch
Featuring
Reply With Quote