- Joined
- Sep 22, 2007
- Messages
- 2,772
Checking for Single Player
A lot of RPGs have a function that just boots you out if you play it alone. That's completely idiotic. Checking if a game is Single Player is SO incredibly easy. It's a single condition.
The Condition
Yes. Just one simple condition. It is:
-
Single Player Checking
-
Events
- Map initialization
-
Conditions
- Current game is singleplayer Equals (==) True
- Actions
-
Events
Boot Trigger [Optional]
If you actually want to boot people if in SP, just use this incredibly simple trigger.
-
Single Player Checking
-
Actions
- Map initialization
-
Conditions
- Current game is singleplayer Equals (==) True
-
Actions
- Player Group - Pick every player in (All players) and do (Game - Defeat (Picked player) with the message: Use LAN or B.Net instead of Single Player)
-
Actions
That's all you really need for a system to disallow single playing. Thanks for reading.
Last edited: