Thread: Selling Srings
View Single Post
  #10  
Old 10-23-2001, 03:43 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
Re: Selling Srings

// Created By Rob Getashu
if (created) {
// Initialize the attributes
showcharacter;
setcharprop #3,head0.gif;
setcharprop #C0,orange;
setcharprop #C1,white;
setcharprop #C2,blue;
setcharprop #C3,red;
setcharprop #C4,black;
setcharprop #2,shield1.gif;
shieldpower = 1;
dir = 2;
}
if (playerchats&&strequals(#c,sell lumber)) {
players[0].rupees+=strtofloat(#s(client.lumber));
setstring server.gavelumber,strtofloat(#s(client.lumber);
setplayerprop #c,You sold #s(client.lumber) logs.;
setstring client.lumber,;
}

try this
Reply With Quote