переменные [YoKo]

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
difficultdispla
Posts: 5
Joined: 2004-12-20 23:04:49

переменные [YoKo]

Post by difficultdispla »

Yoko подскажы пожалуйста с переменными.
как сделать так чтоб скрипт менял переменную.

VAR t=1

If t==1 then
uo.recall ('runebook','13')
t=2 # сдесь он пишет undefined symbol
end if
if t==2 then
uo.recall ('runebook','14')
t=3
end if
ну и т.д.
Lobster знаю, все равно не пашет!
Last edited by difficultdispla on 2005-03-06 20:43:58, edited 1 time in total.
колхоз
Posts: 34
Joined: 2004-06-27 19:59:56

Post by колхоз »

Не "than", а "then".
Post Reply