Thread: making a shop
View Single Post
  #1  
Old 11-05-2005, 08:55 PM
SyLaTAC SyLaTAC is offline
<3
Join Date: Mar 2005
Location: Irwin Idaho (look it up you wont find it that easy!)
Posts: 64
SyLaTAC is on a distinguished road
Send a message via AIM to SyLaTAC
making a shop

ok im making a pizza shop and i need to figure out how to make an item that will work online all i have for it like all that i know is

NPC Code:
if (playerchats && strequals(#c,buy single)) {
if (playerrupees <=7) {
message you dont have enough money;
}
if (playerrupees >=7){
message Thank you!;
}


} {



thats all i have because i cant figure out how to make it
1) an item that does stuff
2) go into your inventory and take gralats away

will someone help me please?
Reply With Quote