Crossfire Server, Trunk
1.75.0
connection.py
Go to the documentation of this file.
1
# -*- coding: utf-8 -*-
2
# connection.py
3
# This is one of the files that can be called by an npc_dialog,
4
# The following code runs when a dialog has a post rule of 'connection'
5
# The syntax is ["connection", "numberofconnection"]
6
# Triggers the numbered connection on the local map in the same way as
7
# if button with that connection value had been pressed.
8
13
14
speaker.Map.TriggerConnected(int(condition[1]), 1, speaker)
crossfire-crossfire-maps
python
dialog
post
connection.py
Generated on Tue Jun 10 2025 17:35:31 for Crossfire Server, Trunk by
1.8.17