![]() |
I have a few scripts...
I am making some levels to get added to G2K1(my chances are slim) and im making a shop, the shop will sell bread, pie, and maybe some insturments and hats! I have most of the scripts but I need the script that makes it so if the player says "buy bread" s/he will get bread, if he says "buy pie" s/he will get pie, and so on, but so far I have:
if (playersays(buy bread)) {;} if (playersays(buy pie)) {;} Please help, and I know this probably wont get put online, but its fun to make! I also need it so when I put up the hat and Insturment GFX it wont show it in all of the different posistions... |
only top staff on graal such as stefan know the exact.. script for the strings.. sorry.. no one will say
|
Correct. None of us know the strings that hold the amounts of bread, pie, and items. Plus, playersays is an ebil command. Use:
if (playerchats && strequals(#c,text)) { } |
Re: I have a few scripts...
Quote:
|
| All times are GMT +2. The time now is 11:57 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.