adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-wastesedge-commits] Release_0-3-1 b2d5538 216/237: ADDED two


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-1 b2d5538 216/237: ADDED two more action events
Date: Mon, 25 Jul 2016 18:15:14 +0000 (UTC)

tag: Release_0-3-1
commit b2d553838d110d0eaa7ef5a13d477c6d6d1856fe
Author: adondev <adondev>
Commit: adondev <adondev>

    ADDED two more action events
---
 scripts/init.py |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/scripts/init.py b/scripts/init.py
index 45cd8d9..da838d0 100755
--- a/scripts/init.py
+++ b/scripts/init.py
@@ -926,6 +926,16 @@ class title_screen:
         ev = action_event ()
         ev.thisown = C
         ev.submap = 0
+        ev.x = 10
+        ev.y = 17
+        ev.dir = STAND_NORTH
+        ev.set_script ("character_speak", (player.get_id (), \
+            "No. I certainly won't climb up there!"))
+        lm.add_event (ev)
+
+        ev = action_event ()
+        ev.thisown = C
+        ev.submap = 0
         ev.x = 18
         ev.y = 14
         ev.dir = STAND_NORTH
@@ -1009,6 +1019,16 @@ class title_screen:
         ev = action_event ()
         ev.thisown = C
         ev.submap = 5
+        ev.x = 2
+        ev.y = 3
+        ev.dir = STAND_NORTH
+        ev.set_script ("character_speak", (player.get_id (), \
+            "Hm, nothing hidden in there!"))
+        lm.add_event (ev)
+
+        ev = action_event ()
+        ev.thisown = C
+        ev.submap = 5
         ev.x = 4
         ev.y = 3
         ev.dir = STAND_NORTH



reply via email to

[Prev in Thread] Current Thread [Next in Thread]