[QUESTION]Port

09/13/2011 11:39 plechito#1
Hello,
I need to know how to disable making ports on the map...
thx
09/13/2011 13:49 nyzze#2
Do you mean "how to disable using port rolls" ?
09/13/2011 16:12 plechito#3
yes....
09/13/2011 16:49 Zuckerbäcker#4
you could write a quest:
Code:
when "portrolls-ID".use with pc.get_map_index() == "MapID" begin
pc.remove_item("ItemID",1)
notice("Du darfst hier keine Rolle verwenden!")
end
sry for my bad english :D

LG
09/13/2011 17:10 plechito#5
Thanks you veeeerrryy much !!! :D
I also can not English