HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Single Player Multiboards?

03-03-2005, 04:36 AM#1
pappi.chullo
How can you display a multiboard to one player instead of all of them?

This is necessary for the quests in my map.
03-03-2005, 12:40 PM#2
AFB-DieHard
Try this:
if [Local Player] is equal to [Player x] then (display multiboard)

I think you need an advanced editor for using local player.
03-03-2005, 12:44 PM#3
shadow1500
use custom text to do this

Code:
Custom text: if GetLocalPlayer() == Player(0)

                           Multiboard - Show Multiboard (multiboard1)

Custom text: endif