Search found 4 matches

by Lin(CZ)
2004-08-08 09:51:36
Forum: Scripting Ore
Topic: How do i make my script keep on repeating?
Replies: 5
Views: 2154

Re: How do i make my script keep on repeating?

hi, im making my first script, and i wanna know how do i keep make it repeating or looping or, wateva u wanna call it, if someone could tell me it would be much appreciated. Thanks

Jjdad

You can use this >

start:
[script]
goto start

repeat
[script]
until "demand"

var x
while x ...
by Lin(CZ)
2004-08-06 00:50:56
Forum: Help
Topic: Trade Menu with Player
Replies: 15
Views: 5104

Cool. Thxs Yoko :-)

and one more little question. If I need info about items in TradeMenu what function i must use?

example: Player John wants to sale some Hides... He put hides on me and the script detect count of hides and put some gold on my part of trade menu.

Thxs a lot.
by Lin(CZ)
2004-08-05 20:22:00
Forum: Help
Topic: Trade Menu with Player
Replies: 15
Views: 5104

there isn't anybody who knows how to make this? :-(
by Lin(CZ)
2004-07-31 09:07:08
Forum: Help
Topic: Trade Menu with Player
Replies: 15
Views: 5104

Trade Menu with Player

Hello, can someone tell me how to (in script :-]) :

- accept the trade with PC player
- take info about his/her offer
- put something to my offer trade menu.

thanks.