HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Question

04-17-2003, 07:47 PM#1
Ares_WarBlade
I'm curious as to whether or not you can have a map recognize an account name? I want to make an RPG where it recognizes your account name when you enter your code to make sure people aren't duping items or characters. I'm working on an extremely extravagent saga of RPGs with a bunch of innovative ideas, and I'm wondering if I should just give up and buy dungeon siege (again, but that's another story). Or perhaps I'll go get my NWN CD back... But I really want to give it a try at warcraft.
04-19-2003, 01:54 AM#2
Spectralist
its quite possible and easy :)

trigger
Event-
elapsed time .5 seconds

Conditions-
none

actions-
Player Group - pick every player in (All players matching ((Name of (matching player)) Equal to *urname*)) and do (Set mapeditor = (Picked player))

here I'll attach a demo