Kamrad.ru

Go Back   Kamrad.ru > Тематические форумы > RPG > Серия TES: Oblivion, Morrowind и т.д.

Reply
 
Thread Tools Display Modes
Old 05-06-2012, 09:38   #1
gomg
Камрад
 
Join Date: июн 2012
Posts: 1
Скрипт для Morrowinda

begin amulet

short OnPCEquip
short button


if ( MenuMode == 1)
return
endif

if ( OnPCEquip == 1 )
MessageBox "Куда телепортироваться?", "Балмора", "Вивек", "Альд'Рун", "Садрит Мора", "Никуда"
set button to GetButtonPressed
set OnPCEquip to 0

if ( button == -1 )
return
endif
if ( button == 0 )
Player -> PositionCell -125.498, -1280.215, -748.803, 5400, "Balmora, Guild of Mages"
elseif ( button == 1 )
Player -> PositionCell -3, 128, -587, 10800, "Vivec, Guild of Mages"
elseif ( button == 2 )
Player -> PositionCell 1489, 166, -444, 8100, "Ald-ruhn, Guild of Mages"
elseif ( button == 3 )
Player -> PositionCell 160, 122, 222, 16200, "Sadrith Mora, Wolverine Hall: Mage's Guild"
elseif ( button == 4)
endif
endif
endif
end



вот мой скрипт, почему он не работает?
После нажатия на Балмора или Вивек или Садрит ... и т.д.
это окно исчезает и не телепортирует
gomg is offline   [Ответить с цитированием]
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +3. The time now is 00:58.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Любое использование материалов сайта
возможно только с разрешения его администрации.