Difference between revisions of "Adding a script to an ingredient"

m
imported>UDUN
imported>UDUN
Line 10: Line 10:


Begin onAdd player
Begin onAdd player
set UdunPoisonedCheeseQuest.cheeses to UdunPoisonedCheeseQuest.cheeses + 1
if GetQuestRunning UdunPoisonedCheeseQuest == 0  
if GetQuestRunning UdunPoisonedCheeseQuest == 0  
StartQuest UdunPoisonedCheeseQuest
StartQuest UdunPoisonedCheeseQuest
set UdunPoisonedCheeseQuest.fQuestDelayTime to 0.05 ;0.01
set UdunPoisonedCheeseQuest.fQuestDelayTime to 0.05 ;0.01
endif
endif
set UdunPoisonedCheeseQuest.cheeses to UdunPoisonedCheeseQuest.cheeses + 1
end
end


Anonymous user