XxPosaxX
Neuankömmling
Also so soll mein script heißen
scn QuestScript
short songtimer
Begin Gamemode
if GetInWorldspace 1Kirchengruft == 1
if songtimer == 0
set songtimer to 11:11
streammusic C:\Program Files\Bethesda Softworks\Oblivion\Data\Music\1mod gruft
elseif songtimer > 0
set songtimer to songtimer - GetsecondsPassed
endif
endif
End
ich kann es aber nicht abspeicher weil :
script "Quest script", line 10
expect end of line
compiled script not save
woran liegts?
scn QuestScript
short songtimer
Begin Gamemode
if GetInWorldspace 1Kirchengruft == 1
if songtimer == 0
set songtimer to 11:11
streammusic C:\Program Files\Bethesda Softworks\Oblivion\Data\Music\1mod gruft
elseif songtimer > 0
set songtimer to songtimer - GetsecondsPassed
endif
endif
End
ich kann es aber nicht abspeicher weil :
script "Quest script", line 10
expect end of line
compiled script not save
woran liegts?