Thread: Trading
View Single Post
  #2  
Old 09-22-2001, 08:11 AM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
since i am not an advanced scripter i would just do with what i learn use strings like
client.item1=3

so you can use like showimg for item 1

and use putnpc for the items like
item1.txt
if (timeout) {
if (weaponfired) {
if (this.mode==lay) {
setstring client.item1,#v(client.item1(-1));
putnpc item1.txt,playerx,playery+1;
}
}
}
sort of like that i don't know just comprimise for the info you know
Reply With Quote