Refactored directory structure, added game files from TMP

This commit is contained in:
2023-12-04 21:54:28 +02:00
parent c35f861d97
commit ff3388e795
7726 changed files with 564910 additions and 17 deletions

View File

@ -0,0 +1,16 @@
quest upgrade_mount begin
state start begin
when 71115.use with pc.count_item(50156) > 0 begin
say("hallo, cooles teil")
s = select("ja", "nein")
if s == 2 then
return
else
pc.remove_item(50156,1)
pc.remove_item(71115,1)
pc.give_item2(71124, 1)
end
end
end
end