|
Post by aliensoulzz on Jul 15, 2015 3:41:16 GMT
So you are new to scripting? Well if you are these could really help you out! First let's start with a teleport script. Teleport [player] [20,30,10]
Now let's do a notify which will put text on people's screen. Notify[Hi Guys] [Local]
Okay now let's get a bit more complex, a buy script. If HasInventory [Player][Goldpieces] [=>] [100] Then Inventory [Player] [add] [cookedlambchops] [2] Inventory [player] [take] [goldpieces] [100] Notify[food purchased] [local] Else Notify [You need more gold] [local]
|
|